Tricky C Code
Thead Owner : Azmuth,
Category : Everything Coding,
1 Comment,
1594 Read
Viewers:
1 Guest(s)
- 134
- Messages
- 105
- Threads
-
0
- Rep
4 Years of Service
Okay many might have seen this but this is just for the beginners . Try to get the answer without compiler
Code:
#include<stdio.h>
main()
{
int i=9;
printf("%d",++i + ++i + ++i);
}
If you don't know the answer then you can either ask me or compile it or either search it on google. :pepeclown2:
- 308
- Messages
- 61
- Threads
-
0
- Rep
4 Years of Service