The portion of the function header that contains the function name and parameters is known as a ____.

A. function body
B. prototype
C. function declarator
D. stub


Answer: C

Computer Science & Information Technology

You might also like to view...

A(n) _____________________ is a list collection has elements that are ordered by a characteristic of the elements.

a) ordered list b) unordered list c) indexed list d) linked list e) array

Computer Science & Information Technology

Which of the following is not a part of a GUI (Graphical User Interface)?

A. icons B. menus C. a mouse D. text boxes

Computer Science & Information Technology

If you want to refer to the first element in the first form on a Web page, use the statement document.forms[1].elements[1];.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Match each item with a statement below.

A. A program or class that instantiates objects of another prewritten class. B. A definition containing an optional access modifier, the keyword class, and an identifier. C. A type that refers to a specific memory location. D. This allows assignment of values to fields using a property name. E. This retrieves an object's field values. F. Identifiers that act like keywords in specific circumstances. G. An alternative to repeating code in the constructors. H. An automatically generated constructor for a class. I. The value of an object initialized with a default constructor. J. A property that has only a get accessor, and no set accessor.

Computer Science & Information Technology