C Language MCQ - English
Standard ANSI C recognizes ______ number of keywords?
Home | Discussion ForumStandard ANSI C recognizes ______ number of keywords?
30
32
24
36
Answer : B
View More Related Question
1) The language understood by a computer without translation is called:
2) 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
3) C programs are converted into machine language with the help of
4) What will be printed after execution of the following program code?
main()
{
printf("\\nab");
printf("\\bsi");
printf("\\rha");
}
5) __________ is a graphical representation of a program.