C Programming MCQ

1:

 The program
main()
{
int i = 5;
i = (++i) / (i++);
printf ("%d", i);

prints

A.

2

B.

5

C.

1

D.

6

 

Answer : C

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.