How are the constants declared?
(a) const keyword
(b) #define preprocessor
(c) both const keyword and #define preprocessor
(d) $define
This question was addressed to me during an online interview.
My doubt is from Constants in chapter Types, Pointers, Arrays & Structures in C++ of C++