Answer Posted / shruti
it can be done using linked list.
create a linked list as a stack..
while displaying
display reverse. :-)
i can write a code for u if u want..
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Differentiate between ordinary variable and pointer in c.
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Explain what is a 'locale'?
Is array a primitive data type in c?
What does int main () mean?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the use of a ‘ ’ character?
Why enum is used in c?
Why do we need functions in c?
write a progrmm in c language take user interface generate table using for loop?
What are the different types of control structures?
Write a program to reverse a given number in c language?
What does *p++ do? What does it point to?
Which is an example of a structural homology?
Where register variables are stored in c?