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
Answer: C
Explanation: Full name is Dennis MacAlistair Ritchie. He also invented Unix Operating System along with his colleague Ken Thomson.
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
Answer: A
Explanation: No explanation is given for this question.
3. C Language is a successor to which language.?
a) FORTRAN
b) D Language
c) BASIC
d) B Language
Answer: D
No explanation is given for this question.
4. C is a which level language.?
a) Low Level
b) High Level
c) both a & b
d) None of these.
Answer: B
C is a high level language. Another example is BASIC.
5. C was primarily developed as
a) System programming language
b) General purpose language
c) Data processing language
d) None of these.
Answer: A
No explanation is given for this question
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.
Answer: D
Looks like raw data often in the form of 1's and 0's.
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.
Answer: A
Examples are C and BASIC.
8. C is _______ type of programming language.?
a) Object Oriented
b) Procedural
c) Bit level language
d) Functional
Answer: B
C is a procedural language. It is written in a number of steps using statements and functions. Logic is clearly depicted in the program. Procedural language is aslo called Imperative Language. Examples are COBAL, BASIC etc.
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
Answer: B
No explanation is given for this question.
10. BCPL Language is also called..?
a) C Language
b) B Language
c) D Language
d) None of these
Answer: D
B language is successor of BCPL ( Basic Combned Programming Language ). B language was invented by Ken Thomson.