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

Answers were Sorted based on User's Feedback



macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypocheck..

Answer / hemalatha

a.recursion

Is This Answer Correct ?    2 Yes 8 No

macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypocheck..

Answer / leo

a

Is This Answer Correct ?    4 Yes 12 No

Post New Answer

More C Interview Questions

What is external variable in c?

0 Answers  


IS Doon college of Engn.. has good faculty

1 Answers  


What are .h files and what should I put in them?

3 Answers  


What is Heap?

3 Answers  


What are the types of unary operators?

0 Answers  


What are identifiers and keywords in c?

0 Answers  


Can a program have two main functions?

0 Answers  


what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 Answers  


In which header file is the null macro defined?

0 Answers  


Is c procedural or object oriented?

0 Answers  


What's the total generic pointer type?

0 Answers  


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


Categories