Answer Posted / nagendranath.s
A macro is used to define a short functional code where it
can be inserted in a number of places(where the functional
code is compiled more than once)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is meant by inheritance?
What is sizeof in c?
What is the difference between int main and void main in c?
Explain the difference between #include "..." And #include <...> In c?
Is c object oriented?
Explain what are multidimensional arrays?
Can you write the algorithm for Queue?
Is array name a pointer?
Explain what are the standard predefined macros?
How is a null pointer different from a dangling pointer?
What are variables c?
Why isnt any of this standardized in c?
What is an example of structure?
How do you define a string?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions