CSE :: Object Oriented Programming Using C++
-
A function's purpose is to print customer data. Which of the following is the best name for this function?
-
The function whose prototype is void getData(Item &thing); receives
-
When a multidimensional array is accessed, each array index is
-
To create a variable, you must assign _____ to it
-
You indicate a variable is a pointer variable by placing a(n) _____ in front of the variable's name
-
A function can make_________
-
A default exception block must be placed _____
-
Which of the following control structures is used in every program?
A.
pcd(). It's short for "print customer data" and takes few keystrokes
|
B.
Printcustomerdata(). It states everything the function will do
|
C.
printCustomer(). It states the function's purpose and is easy to read
|
D.
lastFunction(). It is the final function called in most programs, and this name identifies the function's timing
|