Introduction to C MCQs Exercise I

Ques 1 Introduction


C programming is developed in.............

A 1972
B 1970
C 1971
D 1973


C programming was developed in 1972 by Dennis Ritchie at Bell Laboratories. It was designed as a system programming language for the Unix operating system.
The correct answer is: a) 1972.

Ques 2 Introduction


Which of the following is not advantage of C programming________

A It is portable.
B High level language.
C It is Interperated language.
D None of these.

Ques 3 Introduction


Compiler generates______

A Object code.
B High level language code.
C Both a and b.
D None of these.


The compiler generates Object code, which is machine-readable code derived from the source code. It serves as an intermediate step before creating the executable file.

Ques 4 Introduction


Who father of C programming language______

A Dmitry Jemerov.
B James Gosling.
C Jonathan Swift.
D Dennis Ritchie.

Ques 5 Introduction


Can we print any things without main function ?

A Yes
B No
C N/A
D N/A