GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Hexaware
Go To First  |  Previous Question  |  Next Question 
 Hexaware  |  Question 2 of 10    Print  
Which are preprocessor directives?
ANS: #include & #define

  
Total Answers and Comments: 1 Last Update: September 06, 2006     Asked by: Vidyadhar Jaitapkar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 06, 2006 12:12:44   #1  
puneet        

RE: Which are preprocessor directives?ANS: #incl...
As its name suggests the preprocesser processer is a program which process the source code before the actual compilation of the source code takes place..if there is any macro template in the program it is replaced by its macro expansion.ex:- #define pi 3.14 so where u use pi in the program it will be relaced by its corresponding expansion i.e its value 3.14(here)here #define is the preprocesser directive just like other directives #include #ifdef etc.
 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : As its name suggests,the preprocesser processer is a program which process the source code before the actual compilation of the source code takes place..if there is any macro template in the program,it is replaced by its macro expansion.ex:- #define ...
Read Answers (1) | Asked by : Vidyadhar Jaitapkar


 Sponsored Links

 
Related Articles

How to define command line arguments

The main functions can have arguments passed which are called as command line arguments. There are two command line arguments: Argument count denoted by argc and Argument vector denoted by argv The argc is an integer variable which denotes the number of parameters passed and argv is pointer to a
 

JSP Directives

JSP Directives In this JSP tutorial you will learn about Directive tag with example page directive language extends import session and buffer mosgoogle Directive tag The directive tag gives special information about the page to JSP Engine This changes the way JSP Engine processes the page Using dire
 

C Language - The Preprocessor

C Language The Preprocessor In this tutorial you will learn about C Language The Preprocessor Preprocessor directives Macros define identifier string Simple macro substitution Macros as arguments Nesting of macros Undefining a macro and File inclusion mosgoogle The Preprocessor A unique feature of c
 

Related Categories
Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape