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 do you mean by recursion in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


What is the meaning When we write "#include" what is # and what does include does there???

22 Answers   HCL, Wipro,


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,


What is data structure in c language?

0 Answers  


What are macros in C?

2 Answers  


what is the structure pointer?

0 Answers   Accenture, HCL,


which one is better structure or union?(other than the space occupied )

2 Answers  


In C, What is the #line used for?

2 Answers  


is it possible to change the default calling convention in c ?

1 Answers   Aptech,


how can i calculate mean,median,mode by using c program

1 Answers   HCL,


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 Answers  


Categories