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