Wednesday, December 17, 2008

Which of the following is the correct output for the program given below?

main() {
char ch;
if((ch=printf(248)))
printf("You are Boss");
else
printf("I am Boss");
}

a. You are Boss
b. I am Boss
c. No output
d. None of these

No comments: