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

5

Is This Answer Correct ?    1 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can a program be made to print the line number where an error occurs?

1135


What is realloc in c?

1168


Explain what is the benefit of using #define to declare a constant?

1278


Explain what math functions are available for integers? For floating point?

1162


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

1266


What is array within structure?

1174


What is wrong with this program statement?

1088


How can I avoid the abort, retry, fail messages?

1186


What is static function in c?

1167


What is a example of a variable?

1064


What is a volatile keyword in c?

1215


Can you think of a logic behind the game minesweeper.

2522


What is scope rule in c?

1123


What is your stream meaning?

1337


What is the process to generate random numbers in c programming language?

1221