Leak Society - The Home Of Nulled Resources.
Forum Beta v1 Now Live!
Tricky C Code
Thead Owner : Azmuth, Category : Everything Coding, 1 Comment, 1594 Read
Viewers: 1 Guest(s)
Member
***
134
Messages
105
Threads
0
Rep
4 Years of Service
05-24-2020, 02:59 PM
#1
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:  
Senior Member
****
308
Messages
61
Threads
0
Rep
4 Years of Service
10-28-2020, 08:28 PM
#2
= 12  :kekw:
:awhat:


Forum Jump: