Which of the following statements about the C programming language is false?
a. C was implemented in 1972 by Dennis Ritchie at Bell Laboratories.
b. With careful design, it’s possible to write C programs that are portable to most computers.
c. C initially became widely known as the Windows operating system’s development language.
d. Today, most of the code for general-purpose operating systems is written in C or C++.
c. C initially became widely known as the Windows operating system’s development language.
You might also like to view...
Navigation forms display data from a table; therefore, they are a bound object
Indicate whether the statement is true or false
Which of the following function declarations will accept either cout or a file stream object as its argument?
a. void output( fstream &outFile); b. void output( ofstream &outFile); c. void output( ostream &outFile); d. void output( iostream &outFile);