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

if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1454


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

585


Why c is a procedural language?

587


What are the advantages of using Unions?

643


What is meant by high-order and low-order bytes?

658






What is 2c dna?

611


Why are all header files not declared in every c program?

603


What is a void pointer? When is a void pointer used?

629


What does printf does?

751


Can you return null in c?

599


What is a buffer in c?

578


Why clrscr is used after variable declaration?

1043


What is the significance of an algorithm to C programming?

598


What is null pointer in c?

598


What functions are used for dynamic memory allocation in c language?

604