closed by
661 views
0 votes
0 votes
closed with the note: Not a standard question

The possible output of printf (“%d %d”, wer, wer+1); is

(a) 262262                                                                   (b) 262263

(c) 262265                                                                   (d) 262266

Solution: ?

Please explain

closed by

Related questions

0 votes
0 votes
0 answers
4
nandini gupta asked Sep 2, 2018
271 views
x =2;y = ((++x)* (++x)*(++x));what is the value of y after the execution of above C code?