C Language MCQ - English
C was primarily developed as
System programming language
General purpose language
Data processing language
None of the above.
Answer : A
View More Related Question
1) What will be printed after execution of the following program code?
main()
{
printf("\\nab");
printf("\\bsi");
printf("\\rha");
}
2) When we mention the prototype of a function?
3) C is a:
Completely high-level language
Completely low-level language
High-level language with low-level features
None of these
View Answer
4) The errors that can be pointed out by the compiler are:
5) A sequence of instructions, in a computer language, to get the desired result is known as: