#include <stdio.h> int main() { int a=1; printf("%d %d %d",a,a++,++a); return 0; } I thought that this one should print 3 2 2 ...... but this code print 3 2 3 !!!!!! WHY !!
11/21/2019 3:18:41 AM
Partha Sarathi1 Answer
New AnswerLearn Playing. Play Learning
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message