Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

What is my wrong in Sorting Stack code

0 votes
asked Oct 31, 2018 by anonymous
Following Codes Please Answer me quickly

https://onlinegdb.com/ryQJH7U2Q

Output should be like that

10 9 8 7 6 5 4 3 2 1

But output is like below that

Enter a number: 1                                                                                                                              

2                                                                                                                                              

3                                                                                                                                              

4                                                                                                                                              

5                                                                                                                                              

6                                                                                                                                              

7   

8                                                                                                                                              

9                                                                                                                                              

10                                                                                                                                                         
                                                                                                                  

After Sorting   

1                  0                 4196429 0                 -134894624                    32767         0              0                  4196352

1 Answer

0 votes
answered Oct 31, 2018 by anonymous
In push you have the assignment backwards.
commented Oct 31, 2018 by anonymous
i did  not understand
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...