What year was the C language standardized by ANSI?
A. 197
B. 1989
C. 1988
D. 1990
B. 1989
You might also like to view...
Control objects and code objects share many things in common. Which of the following statements applies only to control objects (in other words, which of the following statements does not apply to code objects)?
(A) these objects have properties (B) these objects are predefined and have physical manifestations (C) these objects respond to methods (D) these objects are an encapsulation of data and procedures that act on the data
A(n) ____________, also known as a console interface, requires the user to type textual input
a. command prompt b. console c. command line interface d. terminal
When you pass an array or an individual array element of a reference type to a method, the called method receives ________. When you pass an individual element of a primitive type, the called method receives ________.
a. a copy of the element’s reference, a copy of the element’s reference b. a copy of the element’s value, a copy of the element’s reference c. a copy of the element’s value, a copy of the element’s value d. a copy of the element’s reference, a copy of the element’s value
A typeface includes upper- and lowercase letters; it does not include numbers or symbols
Indicate whether the statement is true or false