8. What is the output of the following program?
#include <stdio.h>
main
{int a, b;
a=-3--3;
b=-3--(-3);
printf ("a=Td b=%d”,a,b);}
(a) error
(b) a = 0,b= -6 (c) a = 1, b=-5
(d) a = 0, b= 6
Answers
Answered by
0
pi is infinite bro common sense.
Similar questions