Q. What will be the output of the following statements ?
Code:int a = 4, b = 7,c; c = a = = b; printf(“%i”,C.;
β
Correct Answer: (A)
0
int a = 4, b = 7,c; c = a = = b; printf(“%i”,C.;
You must be Logged in to update hint/solution