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 / divya

0

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain argument and its types.

996


What is the use of a conditional inclusion statement in C?

1012


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1016


Write a program for finding factorial of a number.

1035


What does == mean in texting?

1216


What is the size of empty structure in c?

1020


write a program in c language to print your bio-data on the screen by using functions.

6735


Is there a way to jump out of a function or functions?

1032


What is a substring in c?

1000


What are the types of pointers in c?

974


Are the expressions * ptr ++ and ++ * ptr same?

1090


How do you view the path?

1078


When should volatile modifier be used?

955


write a program to copy the string using switch case?

2846


how to construct a simulator keeping the logical boolean gates in c

2203