in Programming in C closed by
268 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?
in Programming in C closed by
268 views

1 comment

close your question, due to it is Undefined Behaviour in C
Note that these type of questions doesn't ask in GATE
2
2

Related questions