You are not logged in.
Pages:: 1
#1 2015-05-26 09:19:44
Directive Declaration:
Question:
Following is the not a correct statement for preprocessor directive declaration?
Option A):
#define ABS(a) (a)<0 ? (a) : (a)
Option B):
#include< iostream.h>
Option C):
#define LEFT 1
Option D):
#include< iostream.h> #define LEFT 1
Correct Answer is Option D):
#include< iostream.h> #define LEFT 1
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-05-26 09:19:44
- Advertisement
- Ads By Google
Re: Directive Declaration:
\n
Pages:: 1