C Programming MCQ

1:

The output of the following program
main( )
{
 int a = 1, b = 2, c = 3;
   printf("%d", a += (a += 3, 5, a));
}

will be

A.

8

B.

12

C.

9

D.

6

 

Answer : A

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.