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 / sunil v r

5,2,1

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

1263


What is volatile variable how do you declare it?

1186


What is a pointer on a pointer in c programming language?

1187


What does & mean in scanf?

1166


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

5324


What is #define in c?

1107


What is else if ladder?

1075


How can I send mail from within a c program?

1076


Explain about C function prototype?

1141


What is p in text message?

1037


How do you determine the length of a string value that was stored in a variable?

1170


Is register a keyword in c?

1085


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3603


Why do we use return in c?

1048


Write a program to print factorial of given number without using recursion?

1042