does not cause any compilation errors. This tells you that:

Increment::Increment(int c, int i)
: increment (i)
{
count = c;
}
a. count must be a non-const variable.
b. count must be a const variable.
c. increment must be a non-const variable.
d. increment must be a const variable.

a. count must be a non-const variable.

Computer Science & Information Technology

You might also like to view...

The ________ tool enables you to create a form using a tabular layout

Fill in the blank(s) with correct word

Computer Science & Information Technology

Templates create new, unsaved documents

Indicate whether the statement is true or false

Computer Science & Information Technology