Who invented C Language.?
a) Charles Babbage
b) Grahambel
c) Dennis Ritchie
d) Steve Jobs
Explanation: Full name is Dennis MacAlistair Ritchie. He also invented Unix Operating System along with his colleague Ken Thomson.
C Language is a successor to which language.?
a) FORTRAN
b) D Language
c) BASIC
d) B Language
C is a which level language?
a) Low Level
b) High Level
c) Low + High
d) None of these
Explanation: C is a high level language. Another example is BASIC.
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.
Explanation: Looks like raw data often in the form of 1's and 0's.
High level language is a ?
a) Human readable like language.
b) language with small program size.
c) language with big program size.
d) language which is difficult to understand and not human readable.
Explanation: Examples are C and BASIC.
C is……. type of programming language.?
a) Object Oriented
b) Procedural
c) Bit level language
d) Functional
Explanation: 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.