Loading...

C Multiple Choice Questions

Our C questions and answers focuses on all areas of C programming language covering 100+ topics in C

C Fundamentals-1 MCQs

C Fundamentals-1


1. Who is father of C Language?

a) Bjarne Stroustrup
b) James A. Gosling
c) Dennis Ritchie
d) Dr. E.F. Cod



2. C Language developed at _________?

a) AT & T's Bell Laboratories of USA in 1972
b) Sun Microsystems in 1973
c) Cambridge University in 1972
d) AT & T's Bell Laboratories of USA in 1970



3. C Language is a successor to which language.?

a) FORTRAN
b) D Language
c) BASIC
d) B Language



4. C is a which level language.?

a) Low Level
b) High Level
c) both a & b
d) None of these.



5. C was primarily developed as

a) System programming language
b) General purpose language
c) Data processing language
d) None of these.



6. Low level language is .?

a) Human readable like language.
b) language with big program size.
c) language with small program size.
d) Difficult to understand and readability is questionable.



7. High level language is a .?

a) Human readable like language.
b) language with big program size.
c) language with small program size.
d) language which is difficult to understand and not human readable.



8. C is _______ type of programming language.?

a) Object Oriented
b) Procedural
c) Bit level language
d) Functional



9. What is the present C Language Standard.?

a) C99 ISO/IEC 9899:1999
b) C11 ISO/IEC 9899:2011
c) C05 ISO/IEC 9899:2005
d) C10 ISO/IEC 9899:2010



10. BCPL Language is also called..?

a) C Language
b) B Language
c) D Language
d) None of these



- Related Topics