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
What is derived datatype in c?
What is the difference between malloc() and calloc()?
State two uses of pointers in C?
When the macros gets expanded?
Where does the name "C" come from, anyway?
What is n in c?
When should a type cast not be used?
what does static variable mean?
Which header file is essential for using strcmp function?
What does the file stdio.h contain?
can anyone please tell about the nested interrupts?
Why isnt any of this standardized in c?
Explain is it better to bitshift a value than to multiply by 2?
What is meant by initialization and how we initialize a variable?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler