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

macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration

Answer Posted / hemalatha g.j.

d.type declaration

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know the use of fflush() function?

1102


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1168


Explain what is the most efficient way to store flag values?

1270


Why clrscr is used after variable declaration?

1762


What is size of union in c?

1079


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2912


What does the error 'Null Pointer Assignment' mean and what causes this error?

1258


What is openmp in c?

1064


Can we assign string to char pointer?

1172


Is javascript written in c?

1115


C program to find all possible outcomes of a dice?

2410


Why do some versions of toupper act strangely if given an upper-case letter?

1112


pierrot's divisor program using c or c++ code

2284


What is the use of define in c?

1103


Explain the Difference between the New and Malloc keyword.

1185