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 a void pointer? When is a void pointer used?
What is function what are the types of function?
What are the rules for the identifier?
Explain how can you check to see whether a symbol is defined?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
How many data structures are there in c?
How can I prevent another program from modifying part of a file that I am modifying?
Explain how can a program be made to print the line number where an error occurs?
What are predefined functions in c?
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?
What are Macros? What are its advantages and disadvantages?
Where is volatile variable stored?
Explain what is output redirection?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is 'bus error'?