Which of the following declares a char named constant called TOP_GRADE? a. Const char TOP_GRADE = 'A';

Question:

Which of the following declares a char named constant called TOP_GRADE? 

a. Const char TOP_GRADE = 'A'; 

b. Const char TOP_GRADE = "A"; 

c. Const char TOP_GRADE; 

d. Both a and c

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: