Open In App

ISRO | ISRO CS 2015 | Question 68

If n has 3, then the statement a[++n]=n++;
 

(A)



assigns 3 to a[5]
 

(B)



assigns 4 to a[5]
 

(C)

assigns 4 to a[4]
 

(D)

what is assigned is compiler dependent
 

Answer: (D)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :