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 |
What is the purpose of sprintf?
What happens if header file is included twice?
How can you draw circles in C?
how to build a exercise findig min number of e heap with list imlemented?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
Convert the following expression to postfix and prefix (A+B) * (D-C)
how to display 2-D array elements in spiral
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
why division operator not work in case of float constant?
Explain how do you declare an array that will hold more than 64kb of data?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
How is null defined in c?