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

fun(int x)
{
if(x > 0)
fun(x/2);
printf("%d", x);
}

above function is called as:
fun(10);

what will it print?



}

Answer Posted / guest

0 1 2 5 10

Is This Answer Correct ?    23 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2459


What is the need of structure in c?

1184


What is the c value paradox and how is it explained?

1107


How do I read the arrow keys? What about function keys?

1145


What is n in c?

1110


what is different between auto and local static? why should we use local static?

1170


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

2135


Is c is a middle level language?

1125


Tell me can the size of an array be declared at runtime?

1083


what will be maximum number of comparisons when number of elements are given?

1952


Can we increase size of array in c?

1012


How can a program be made to print the name of a source file where an error occurs?

1265


all c language question

2487


Are c and c++ the same?

1103


Which header file is essential for using strcmp function?

1533