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
What is string constants?
What is difference between structure and union with example?
How can a program be made to print the name of a source file where an error occurs?
What are the differences between Structures and Arrays?
Explain goto?
What is indirection in c?
Why enum is used in c?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is array in C
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is the difference between formatted&unformatted i/o functions?
Is there a way to jump out of a function or functions?
What is #define?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational