Solved

Which One of the Following Statements Declares a Named Constant

Question 85

Multiple Choice

Which one of the following statements declares a named constant named GRAVITY with an initialization value of 9.8?


A) double GRAVITY = 9.8 const;
B) const double GRAVITY = 9.8;
C) double const GRAVITY = 9.8;
D) double GRAVITY const = 9.8;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions