Vidyalelo
C Programming · Q279

C Fundamentals

Programming · C Programming · question 279

Q279

Which of the following statement is false?

A.
Constant variables need not be defined as they are declared and can be defined later
Answer
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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board