Tuesday, 30 December 2014

Programming Quiz-38

Q: What will be the output of the following program?

#include<stdio.h>
void main( )
{
     printf("%d",'B');
}

Options:

1. 66
2. B
3. b
4. Error

Answer: 1

No comments:

Post a Comment