Answer Posted / 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 View All Answers
How can you find out how much memory is available?
explain what is fifo?
Differentiate between Macro and ordinary definition.
Explain how can I manipulate strings of multibyte characters?
What is use of null pointer in c?
What are control structures? What are the different types?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Why do some versions of toupper act strangely if given an upper-case letter?
What is the acronym for ansi?
What Is The Difference Between Null And Void Pointer?
What is nested structure with example?
Explain argument and its types.
What are volatile variables in c?
Is javascript based on c?
What is the default value of local and global variables in c?