C Language MCQ - English
Which is the only function all C programs must contain?
start()
system()
main()
printf()
Answer : C
View More Related Question
1) 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
2) What are the types of linkages?
3) A translator which reads an entire program written in high-level and convert it into machine language code is:
4) Bug means:
A logical errors in a program
A difficult syntax error in a program
Both a and b
None of the above
View Answer
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