Multiple choice

Which of the following is/are incorrect about C language? a. C language was developed at Bell Laboratories in 1980 by Dennis Ritchie. b. C language features were derived from earlier language called B. c. C language was invented for implementing UNIX operating system. d. C language is a object oriented programming language.

  1. a and b

  2. b and c

  3. a and d

  4. b, c and d

  5. a, b and d

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Both of statement (a) and (d) are incorrect about C language. a) C language was developed at Bell Laboratories in 1972 by Dennis Ritchie. d) C language is a structure oriented programming language.