Discussion Forum : Constants
Question - How the constants are declared?
Options:
A .  const keyword
B .  #define preprocessor
C .  both a and b
D .  None of the mentioned
Answer: Option C


The const will declare with a specific type values and #define is used to declare user definied constants.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

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