Problems in C
Monday, February 25, 2008
Question Set 2
Question 1
main()
{
short int i=0;
for(i<=5&&i>=-1;++i;i>0)
printf("%u\n",i);
}
Output
1...............65535
Explain each statement of the above program.
Solution
Comments invited ...
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2008
(5)
▼
February
(5)
Question Set 3
Question Set 2
Question Set 1
Switch Case
Definition vs Declaration
About Me
subtoodle
View my complete profile
No comments:
Post a Comment