closed by
275 views
0 votes
0 votes
closed with the note: These type of questions are not asked in GATE
x =2;

y = ((++x)* (++x)*(++x));

what is the value of y after the execution of above C code?
closed by

Related questions

3 votes
3 votes
1 answer
3
Ravi prakash pandey asked Nov 12, 2017
666 views
what wil be sizeof(void)and sizeof(void *)
0 votes
0 votes
2 answers
4
neha singh asked Aug 21, 2017
343 views
Inserting N elements into empty binary heap takes O(n) time.Is this statement is correct anf if yes please elaborate