Programming in C....a way to learn about 'C' language secrets. Here you can get programming ideas and knowledges in C language. C is like a Sea, Be a best fisher on it.
Thursday, March 16, 2006
Solve This
if( X ) { printf("Hello"); } else { printf("World"); }
Question: What should be the value of "X" so that the output is HelloWorld?
No comments:
Post a Comment