Q. Which of the following is not a valid statement?
β
Correct Answer: (D)
#define PI 3.14
Explanation: #define PI 3.14 is a preprocessor, to make a textual substitution.