0

got stuck with this question recently. anyone explain this output for the code?

program : #include <stdio.h> int main(void) { int a=5; printf("%d%d%d",a,a++,++a); return 0; } output: 767

15th Sep 2017, 11:24 AM
Praveen kumar
Praveen kumar - avatar
0 ответов