You are not logged in.

#1 2015-05-26 09:19:47

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

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


Failure is the first step towards seccess.

2015-05-26 09:19:47

Advertisement
Ads By Google

Re: Directive Declaration:



Board footer