C Language MCQ - English
Standard ANSI C recognizes ______ number of keywords?
30
32
24
36
Answer : B
View More Related Question
1) Program error are called ___________.
2) Find the output of the following program.
void main()
{
int i=01289;
printf("%d", i);
}
3) Binary number uses only ________ digits.
4) When C Language was invented?
5) An algorithm is best described as:
A computer language
A step by step procedure for solving a problem
A branch of mathematics
None of the above
View Answer