If the function prototype for a default parameter list function
is:

```int ParkingLot(char = ‘T’, int = 4, int = 1);```
how many function header lines and bodies will be required?
A. 1
B. 3
C. 4
D. The number is determined by the program’s needs.

A

Computer Science & Information Technology

You might also like to view...

Justified text is both flush left and flush right

Indicate whether the statement is true or false

Computer Science & Information Technology

In a table of data, each column in the data source is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology