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
Why n++ execute faster than n+1 ?
What is difference between structure and union?
In c language can we compile a program without main() function?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Differentiate between the = symbol and == symbol?
Difference between MAC vs. IP Addressing
Why cant I open a file by its explicit path?
What is pass by reference in c?
Explain the use of 'auto' keyword
What are 'near' and 'far' pointers?
Give the rules for variable declaration?
Write a program to swap two numbers without using third variable?
Explain the difference between the local variable and global variable in c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is the difference between text files and binary files?