Question
Computer Science Question on Introduction to stack (LIFO Operations)
Which out of the following can be picked as the application of stack ?
A
CPU allocation
B
Breadth first Traversal
C
Print command from multiple files from the same computer
D
Reversing of a string
Answer
Reversing of a string
Explanation
Solution
The correct option is (D) :Reversing of a string.