Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is macro?

Answer Posted / kesar

Macro is define by user
it locks the lot modifications....

Example:

int a[2000];
If you use lot of places 2000 in your code
some time you want to change the 2000 to 500
then you must replace 2000 with by 500. this changes are
repeatedly by u....
In this case if you define macro
Just you change the macro it will effect over all program..

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between arrays and pointers?

1174


What is methods in c?

1142


Why do we need functions in c?

1082


Explain the use of keyword 'register' with respect to variables.

1096


How can I implement sets or arrays of bits?

1092


Is there sort function in c?

1068


What is the symbol indicated the c-preprocessor?

1313


Write a program to show the change in position of a cursor using c

1122


What is the advantage of c?

1203


Why pointers are used?

1116


why return type of main is not necessary in linux

2150


How can I avoid the abort, retry, fail messages?

1183


How will you find a duplicate number in a array without negating the nos ?

2183


Why is it important to memset a variable, immediately after allocating memory to it ?

2132


What are local static variables? How can you use them?

1199