Option A. AT & Ts Bell Laboratories of USA in 1972 Option B. AT & Ts Bell Laboratories of USA in 1970 Option C. Sun Microsystems in 1973 Option D. Cambridge University in 1972 True Answer A
C programming language was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in the U.S.A. Dennis Ritchie is known as the founder of the c language. It was developed to overcome the problems of previous languages such as B, BCPL, etc.
Option A. System programming language Option B. General purpose language Option C. Data processing language Option D. None of the above True Answer A
The origin of C is closely tied to the development of the Unix operating system, originally implemented in assembly language on a PDP-7 by Dennis Ritchie and Ken Thompson, incorporating several ideas from colleagues.
Option A. TRUE Option B. FALSE Option C. Option D. True Answer A
Option A. An algorithm Option B. A decision table Option C. A program Option D. None of the above True Answer C
Option A. TRUE Option B. FALSE Option C. Option D. True Answer B
Option A. A Option B. B Option C. ADA Option D. C++ True Answer B
However, its influence is still felt because a stripped down and syntactically changed version of BCPL, called B, was the language on which the C programming language was based.
Option A. link, load, code, compile and execute Option B. code, compile, link, execute and load Option C. code, compile, link, load and execute Option D. compile, code, link, load and execute True Answer C
Option A. put together the file and functions that are required by the program Option B. translate the instructions into a form suitable for execution by the program Option C. load the executable code into the memory and execute them Option D. allow the user to type the program True Answer B
Option A. An Editor Option B. A compiler Option C. An operating system Option D. None of these True Answer B
A compiler is a system software that converts high level language into machine level language.