Fundamentals
Alias name of stack
LIFO
Basic condition of stack
if(top==-1)
Which DS
Stack
Which Language
C
Application of stack
Recursion
Types of queue
3
Basic Condition
(R==size-1)
Principle of Queue
FIFO
Which Language
C++
Application of queue
Printer
Structure of linked list
struct emp{
int a;
int b;};
Name the dynamic memory used
malloc
type of design
FIFO
language
c
application of dynamic
any number of nodes can be added