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) A set of instructions which describes the steps to be followed to carry out an activity is called ______________.
3) C was primarily developed as
System programming language
General purpose language
Data processing language
None of the above.
View Answer
4) Which of the following is related to machine language?
5) Which one of the following statements is incorrect?
A compiler compiles the source program.
An assembler takes an assembly program as input
A compiler does the same type of function as interpreter
None of the above
View Answer