Can anyone give explanation to this question in c | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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