Fundamentals
Logic
Design
Language
Application
100

Alias name of stack

LIFO

100

Basic condition of stack

if(top==-1)

100

Which DS

Stack

100

Which Language

C

100

Application of stack

Recursion

200

Types of queue

3

200

Basic Condition 

(R==size-1)

200

Principle of Queue

FIFO

200

Which Language

C++

200

Application of queue

Printer

300

Structure of linked list

struct emp{

int a;

int b;};

300

Name the dynamic memory used

malloc

300

type of design

FIFO

300

language

c

300

application of dynamic

any number of nodes can be added

M
e
n
u