C - Data Types - Discussion

You Are Here :: Home > C > Data Types - Discussion

 



Q.

What will be the output of the following statements ?

int a = 4, b = 7,c;
c = a = = b;
printf("%i",c);

A. 0 B. error
C. 1 D. garbage value

Answer: Option C
Explaination:

 


No Explanation








Discussion

Your Comments Goes here...
NameDiscussion