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

What are the types of assignment statements?

1112


What is build process in c?

1206


What are pointers? Why are they used?

1248


Are c and c++ the same?

1103


What is the significance of an algorithm to C programming?

1096


What is the return type of sizeof?

1114


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1304


What are loops in c?

1067


Are there constructors in c?

1060


What is variable declaration and definition in c?

969


What are the ways to a null pointer can use in c programming language?

1197


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2473


What is #define used for in c?

1111


What is the importance of c in your views?

1238


Difference between malloc() and calloc() function?

1271