Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


mplementation of stack using any programing language



mplementation of stack using any programing language..

Answer / aravind

1. stack as an array or linked list (two ways)
2.define array.
3.perform push operation by taking one more array.
4.perform pop and store the popped items
5.display function to print the popped values
6.make sure you reach LIFO

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More C Interview Questions

How can I convert a number to a string?

0 Answers  


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


pascal triangle program

2 Answers  


Why can't I perform arithmetic on a void* pointer?

0 Answers  


How macro execution is faster than function ?

0 Answers   Wipro,


How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  


Where in memory are my variables stored?

0 Answers  


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


what is the difference between getch() and getchar()?

10 Answers   Huawei, Infosys,


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


Explain the difference between ++u and u++?

0 Answers  


Categories