What is the Difference between Macro and ordinary
definition?

Answer Posted / ambar

macro is an independently executive function which executes
only when called from within the calling program . each
time it is called it takes a different parameter whearas an
ordinary defination parameters remains same till the life
of a program.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of 'auto' keyword

668


The file stdio.h, what does it contain?

658


What is the explanation for modular programming?

676


How to write c functions that modify head pointer of a linked list?

537


What is the purpose of the statement: strcat (S2, S1)?

636






What are called c variables?

569


How many keywords are there in c?

583


What does d mean?

572


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1756


Array is an lvalue or not?

628


What is assert and when would I use it?

573


Explain how to reverse singly link list.

597


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3241


What is function prototype?

604


What are comments and how do you insert it in a C program?

732