Help me!!! In c language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Help me!!! In c language

#include <stdio.h> //Compiler version gcc 6.3.0 int main(void) { int x= 10,y,z; z=y=x; y-= --x; z-= x--; x-=--x-x--; printf("%d %d %d\n",x,y,z); return 0; } when i print this in turbo c it gives output -- 611 and when i print it in eclipse or any other compiler it gives output -- 711

6th Sep 2017, 5:30 AM
Manjit Kumar
Manjit Kumar - avatar
2 Answers
+ 2
i didn't now... but i downloaded it recently
6th Sep 2017, 6:36 AM
Manjit Kumar
Manjit Kumar - avatar