C Language MCQ - English
A C variable cannot start with
Home | Discussion ForumA C variable cannot start with
A number
A special symbol other than underscore
Both of the above
An alphabet
Answer : C
View More Related Question
1) What will be printed after execution of the following program code?
main()
{
printf("\\nab");
printf("\\bsi");
printf("\\rha");
}
2) Which of the following is not true about an interpreter?
Interpreter generates an object program from the source program
Interpreter is a kind of translator
Interpreter analysis each source statement every time it is to be executed
None of the above
View Answer
3) When C Language was invented?
4) If Escape sequence:
5) The language C is:
An assembly language
A third generation high level language
A machine language
None of the above
View Answer