Answer Posted / ashu
divide the given no by two n store the remainder in stack
and divide again by 2 to quotent the process gong on....
n store all the remainder in the same stack....
n in last pop all the element from stack n print it.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is the process of writing the null pointer?
How can you increase the allowable number of simultaneously open files?
Can you write the algorithm for Queue?
What are types of structure?
Who invented b language?
What is a list in c?
Why can't I perform arithmetic on a void* pointer?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is sizeof in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Why is c so popular?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Explain how are 16- and 32-bit numbers stored?
Explain Function Pointer?