Page 1 of 1

Which of the following statement is false?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
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