C Language MCQ - English
Which one of the following is not a valid identifier?
Home | Discussion ForumWhich one of the following is not a valid identifier?
_study2online
1study2online
study2online
study2online1
Answer : B
View More Related Question
1) Which of the following special symbol allowed in a variable name?
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) The mapping from assembly language instructions into machine language instruction is:
4) Which one of the following is not a valid identifier?
5) What number would be shown on the screen after the following statements of C are executed?
char ch;
int i;
ch = 'G';
i = ch-'A';
printf("%d", i);