Given the constructor header:
```
floatIndexCollV1::floatIndexCollV1 (int sz = maxSize)
If an object of type floatIndexCollV1 is declared as:
floatIndexCollV1 weeklySalaries ();
```
The number of elements in the collection would be _____________.
a. zero
b. one
c. maxSize
d. none (an error message would be generated and the program would terminate)
e. none (an error message would be generated by the compiler)
c. maxSize
You might also like to view...
The database server used by the payroll system crashed at 3 PM and payroll is due at 5 PM. Which of the following metrics is MOST important is this instance?
A. ARO B. SLE C. MTTR D. MTBF
?Filter functions can be combined in a _____ to create new effects.
A. ?comma-separated list B. ?semicolon-separated list C. ?colon-separated list D. ?space-separated list