21. Which of the following statement is false
(A) Constant variables need not be defined as they are declared and can be defined later
(B) Global constant variables are initialized to zero
(C) const keyword is used to define constant values
(D) You cannot reassign a value to a constant variable
Answers
Answered by
0
Answer:
B) Global constant variables are initialized to zero
Similar questions