Which of the following numerical value(s) is(are) invalid constant(s)?
The braces that surround the code in a 'C program
A comment
The keyword used to define a structure is
The function that takes arguments to set the bits of count is _____
A class named Student must have a constructor whose name is
The measure of how well the operations in a function relate to one another is _____
Which of the following is NOT included in the header of a function?
Which of the following is false?
The indirection operator is the
Which of the following is(are) valid identifier(s)?
When two types are used in a function template and one is labeled T, the other
To write data that contains variables of type float, to an object of type ofstream, you should use
If you want only one memory location to be reserved for a class variable, no matter how many objects are instantiated, you should declare the variable as________
A function's single most important role is to
An address is a _____ , while a pointer is a _____
The actual arguments cannot he
A class hierarchy
The _____ function returns the uppercase equivalent of a character
Procedural cohesion is similar to sequential cohesion, except that with procedural cohesion _____
The statement double total = 0.performs _____
The function stricmp("Jose", "JOSE") will return _____
Which of the following C++ expressions is equivalent to the mathematical expression 53 ?
The best-written classes have
When you instantiate a derived class object, a constructor for the derived class _____
Typing the function's name as Main, rather than main, is an example of
One drawback to returning an error code from a function is _____
Recursive Functions
Which of the following creates an animal object named dog?
The getline() function reads a line of text until _____
The two parts of a function are the
The general principle underlying object-oriented error handling is that a called function should __________
Which is true?
A predefined function that may be used to handle memory allocation errors is
The right shift operator is represented by the symbol
In C++, class definitions are most often
Making class members inaccessible to nonmember functions is an example of
Providing two or more constructors for the same class _____
A constructor may be _____
When the compiler cannot differentiate between two overloaded constructors, they are called______
Assuming the following three operators appear in an expression (without parentheses), which of the operators will be performed first?
The purpose of a conditional operator is to
The extraction operator >> is a(n)
Which of the following is false?
A function in a derived class that has the same name as a function in the parent class _____
3 is a _____ constant
Software that can be used in applications other than the one for which it was originally written is called
A function argument is
The code that you enter into a C++ program is called _____
Which of the following, if any, are valid names for variables?