Following is the not a correct statement for preprocessor directive declaration?

a) #include<iostream.h>
b) #include<iostream.h> #define LEFT 1
c) #define LEFT 1
d) #define ABS(a) (a)<0 ? -(a) : (a)

Submitted by: Murtaza
b) #include<iostream.h> #define LEFT 1
Submitted by: Murtaza

Read Online C++ New And Delete Job Interview Questions And Answers