Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 10 (Q.No. 29)
29.
Which of the following statements creates a named constant called driverAge whose value is 16?
const driverAge = 16;
const short driverAge = 16;
driverAge =16;
driverAge const =16;
namedconst driverAge =16;
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Shradha said:   7 years ago
Please explain this, I thought the answer would be A.

Post your comments here:

Your comments will be displayed after verification.