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
What is a stream?
What is bash c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What does nil mean in c?
Is javascript based on c?
If I have a char * variable pointing to the name of a function ..
What is hashing in c language?
Why string is used in c?
What is the difference between fread buffer() and fwrite buffer()?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is new line escape sequence?
What is difference between static and global variable in c?
Explain what are the different data types in c?
What is spaghetti programming?
How do I use strcmp?