What is stack data …
 
Notifications
Clear all

What is stack data structure?

1 Posts
2 Users
0 Likes
501 Views
0
Topic starter

It is a data structure which performs its task in last in first out fashion.Like if Ram ,Neha ,Vijay are going to a party ,if Ram enters last then he should come out first.

1 Answer
0

A data structure is a specialized format for organizing, processing, retrieving and storing data. There are several basic and advanced types of data structures, all designed to arrange data to suit a specific purpose. Data structures make it easy for users to access and work with the data they need in appropriate ways. Most importantly, data structures frame the organization of information so that machines and humans can better understand it.

Share: