Answer Posted / pavan kumar b n
By making use of stack data structure.... i.e., first push
all the numbers and then pop them .. since stack is LIFO
order , the numbers get reversed....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I automatically locate a programs configuration files in the same directory as the executable?
What are the advantages of c language?
If I have a char * variable pointing to the name of a function ..
How do you determine the length of a string value that was stored in a variable?
How can type-insensitive macros be created?
What is this infamous null pointer, anyway?
How can you increase the allowable number of simultaneously open files?
What is a function simple definition?
What is the advantage of c?
how can use subset in c program and give more example
Explain can you assign a different address to an array tag?
What do you mean by a sequential access file?
Write a program to print factorial of given number without using recursion?
what is stack , heap ,code segment,and data segment
What is NULL pointer?