C Language MCQ - English
Which one of the following is not a reserved keyword for C?
auto
case
main
default
Answer : C
View More Related Question
1) A compiler is:
A machine-independent and OS-independent
Machine-dependent and OS-dependent
Machine-dependent and OS-independent
Machine-independent and OS-dependent
View Answer
2) What are the types of linkages?
3) Find the output of the following program.
void main()
{
int i=01289;
printf("%d", i);
}
4) Binary number uses only ________ digits.
5) Program error are called ___________.