You are not logged in.

#1 2015-09-11 05:36:28

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

Preprocessor Directive:

C Programming Quizzes C++ Placement

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

Option A):
#include<iostream.h> #define LEFT 1
Option B):
#define LEFT 1
Option C):
#define ABS(a) (a)<0 ? (a) : (a)
Option D):
#include<iostream.h>

Correct Answer is Option A):
#include<iostream.h> #define LEFT 1


Failure is the first step towards seccess.

2015-09-11 05:36:28

Advertisement
Ads By Google

Re: Preprocessor Directive:



\n

Board footer