Sail E0 Webinar
Question
Which is false?
Options:
A .  Constant variables need not be defined as they are declared and can be defined later
B .  Global constant variables are initialised to zero
C .  const keyword is used to define constant values
D .  You cannot reassign a value to a constant variable
Answer: Option A


Since the constant variable has to be declared and defined at the same time, not doing it results in an error.
Hence the statement a is false.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers