Recent questions tagged decriment

0 votes
0 answers
1
#include <stdio.h>int main(void) {int i=1;printf("%d%d%d",i++,i++,i);}how to evaluate this type of questions
To see more, click for the full list of questions or popular tags.