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 are macros in C?

Answers were Sorted based on User's Feedback



What are macros in C?..

Answer / nashiinformaticssolutions

Macros are preprocessor directives defined using #define to create constants or functions.

Is This Answer Correct ?    0 Yes 0 No

What are macros in C?..

Answer / hr@tgksolutions.com

Macros are preprocessor directives defined using #define to create constants or functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

main is a predefined or user define function if user defined why? if predefined whay?

12 Answers   TCS,


which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


What is the use of #include in c?

0 Answers  


a=5 a=a++/++a

14 Answers   Bhel,


What is wrong in this statement? scanf(“%d”,whatnumber);

0 Answers  


Explain what is wrong in this statement?

0 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


What is the difference between void main() and void main (void) give example programme?

0 Answers  


How do you define CONSTANT in C?

0 Answers   ADP,


Is main is user defined function?

0 Answers  


What is wrong with this initialization?

0 Answers  


Categories