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...

Will Macros support multiple arguments ?

Answer Posted / phani kumar s

yes they will support multiple arguments

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between constant pointer and pointer to a constant.

1138


What is a substring in c?

1032


How can you tell whether a program was compiled using c versus c++?

1102


Write the Program to reverse a string using pointers.

1019


Can static variables be declared in a header file?

1060


Who developed c language?

1089


Multiply an Integer Number by 2 Without Using Multiplication Operator

763


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1111


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1296


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1027


What are the advantages of using new operator as compared to the function malloc ()?

1334


What is memory leak in c?

1127


What happens if header file is included twice?

1144


What are the advantages of using macro in c language?

1123


Tell me the use of bit field in c language?

1064