A

Admin • 802.91K Points
Coach

Q. Regarding the following statement which of the statements is true?

Code:
const int num = 20;
  • (A) Constructs an integer type variable with an as identifier and 20 as the value
  • (B) Declares a variable num with 20 as its initial value
  • (C) Declares a construction num with 20 as its initial value
  • (D) Declares a constant num whose value will be 20
  • Correct Answer - Option(D)
  • Views: 3
  • Filed under category C++
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.