Which of the following statements is/are not correct for preprocessor directive declaration?
Options
- #include< iostream.h>
- #include< iostream.h> #define LEFT 1
- #define LEFT 1
- #define ABS(a) (a)<0 ? –(a) : (a)
CORRECT ANSWER : #include< iostream.h> #define LEFT 1
Write your comments