C Language MCQ - English
A 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) Find the output of the following program.
void main()
{
int i=01289;
printf("%d", i);
}
2) How would you round off a value from 1.66 to 2.0?
3) Which one of the following is not a reserved keyword for C?
4) Which of the following is related to machine language?
5) A set of instructions which describes the steps to be followed to carry out an activity is called ______________.