Answer Posted / jayasrinivas.donavalli
macro is a subroutine.
Need of Macro: Some times there is a need to call the set
of codedata again and agian in the program.In that
particular situation we can use macros.
Use of Macro can increase the efficiency of the program and
also decrease the length of the code.
Macro can be defined by using Define statement
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Describe the steps to insert data into a singly linked list.
What is the significance of c program algorithms?
Why we not create function inside function.
How can I swap two values without using a temporary?
How many identifiers are there in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
State the difference between realloc and free.
What is bubble sort technique in c?
How do you generate random numbers in C?
What are pointers? What are different types of pointers?
What header files do I need in order to define the standard library functions I use?
Where register variables are stored in c?
What are header files? What are their uses?
What is function prototype in c with example?
Why do we use pointer to pointer in c?