thegreat

thegreat

User name
thegreat
Assigned title
 
Assigned post color
#ff8844
Avatar
 
Medals
 
Registration date
2009 July 9
Post count
1
Score
0 ₧
Location
 
Signature
 
Timezone
UTC
Groups
 

Recent posts by thegreat

Recent posts by thegreat

2009 Jul 9 at 08:18 PDT
C Puzzle! in if( while ) switch{ coding } ++
WOW the most funny and newbie c puzzle ever...the increment shuld be
i++;

or make

.
.
.
int i=20,n=0;
do{
.
.
}while(i>n);