Can anyone give explanation to this question in c | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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