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 a macro? And how is a macro same as a template?

Answer Posted / vijay pratap

In C and C++,Macro is a user defined funtion.Which you can
make the function according to you.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2345


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

2185


What is polymorphism give a real life example?

1082


What type of loop is a for loop?

1139


What is the types of inheritance?

1155


What is pure oop?

1170


Why is object oriented programming so hard?

1134


What is class and object with example?

1225


What are the 3 pillars of oop?

1245


Why we use classes in oop?

1099


What is the point of polymorphism?

1098


What is the oops and benefits of oops programming?

1034


What is an example of genetic polymorphism?

1244


What is the importance of oop?

1149


Plese get me a perfect C++ program for railway/airway reservation with all details.

3959