Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Which of the following type-casting have chances
Q5: Operation "a = a * b +
Q6: Relational operators cannot be used on _<br>A)structure<br>B)long<br>C)strings<br>D)float
Q7: The format identifier '%i' is also used
Q8: What will be the final value of
Q10: What is the scope of a function?<br>A)Whole
Q11: In expression i = g() + f(),
Q12: What is short int in C programming?<br>A)The
Q13: What is the precedence of arithmetic operators
Q14: Which among the following are the fundamental