Can anyone give explanation to this question in c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone give explanation to this question in c

Int a=-5,k; k=(a++,++a); printf("%d",k);

6th Jan 2019, 10:01 AM
Rajasekhar Reddy
Rajasekhar Reddy - avatar
1 Answer
+ 1
You should probably include the tag "C" since this seems to be the C programming language, so people experienced in that specific language can more easily find this post and help you out.
6th Jan 2019, 10:09 AM
Rain
Rain - avatar