A function whose purpose is to send messages to other functions is known as a __
A function whose purpose is to send messages to other functions is known as a _____
You indicate a variable is a pointer variable by placing a(n) _____ in front of
You indicate a variable is a pointer variable by placing a(n) _____ in front of the variable’s name
With commercial classes, the function source code is usually________
With commercial classes, the function source code is usually________
A function can make_________
A function can make_________
The type of value that a function sends back to the function that calls it is kn
The type of value that a function sends back to the function that calls it is known as its _____
A default exception block must be placed _____
A default exception block must be placed _____
Assume that a program includes the short *agePtr = NULL; statement. The name of
Assume that a program includes the short *agePtr = NULL; statement. The name of the pointer is _____
In the C language, a string is assigned to the
In the C language, a string is assigned to the
In object-oriented terms, an exception may be considered a(n) _____
In object-oriented terms, an exception may be considered a(n) _____
Which of the following are never inherited?
Which of the following are never inherited?
Which of the following statements declares a one-dimensional Character array nam
Which of the following statements declares a one-dimensional Character array named item that consists of five elements?
A(n) _____ is a numeric variable used for counting something
A(n) _____ is a numeric variable used for counting something
