what is the use of macro program



what is the use of macro program..

Answer / chaitali anand tendulkar

Macro is preprocessor directives that are defined using #
define. The combination backslash/new line is deleted
before preprocessing begins, so the directives can be
spread over several physical lines. this lines should
constitute a single logical line.

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More C Interview Questions

Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  


State the difference between x3 and x[3].

0 Answers   Aricent,


what is the difference between postfix and prefix unary increment operators?

3 Answers  


Is flag a keyword in c?

0 Answers  


What is a double c?

0 Answers  






c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


Write a program for print infinite numbers

3 Answers   Wipro,


logic for x=y^n

1 Answers   Delphi,


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


why do we use pointer instead directly acessing the data?

2 Answers  


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


Categories