Answers

Question and Answer:

  Home  C++ New And Delete

⟩ 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)

b) #include<iostream.h> #define LEFT 1

 275 views

More Questions for you: