You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You have been instructed to create a new program for ABC.com. You are planning to make use of
a stack data structure.
Which of the following options are TRUE with regards to the stack data structure?
A.
It is a contiguous collection of data items that can be accessed by an ordinal index.
B.
It does not support chaining, splitting, cycles, or other features that can leave the stack in a
conflicting state.
C.
It processes items on a first come, last served system.
D.
It is the most commonly used data structure.
C.