tut_cod
Sunday, April 4, 2010
'c' puzzels
1)
void main()
{
int m=3,j;
clrscr();
j=++m*++m*++m;
printf("%d",j);
getch();
}
2)
main()
{
int i=2;
printf("%d %d",++i,++i);
}
Ans :- 4 3
No comments:
Post a Comment
Home
Subscribe to:
Post Comments (Atom)
About Me
pratik
View my complete profile
Followers
No comments:
Post a Comment