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 Function?


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

Post New Answer

More C Interview Questions

In which category does main function belong??

5 Answers  


program for swapping two strings by using pointers in c language

1 Answers  


How Many Header Files in c?

2 Answers   TCS,


What is the difference between null pointer and wild pointer?

0 Answers  


How do you initialize pointer variables?

0 Answers  


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


What is identifier in c?

0 Answers  


Does c have enums?

0 Answers  


Is it better to use a macro or a function?

0 Answers  


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


explain how do you use macro?

0 Answers  


Differentiate between #include<...> and #include '...'

0 Answers  


Categories