Can a Stack be used to convert a decimal number into a binary number?
3 Likes
Yes, a Stack can be used to convert a decimal number into a binary number.
Answered By
1 Like
List two ways to implement Stack.
Write applications of Stack.
Write an algorithm to push an element into the Stack.
Write an algorithm to pop an element from the Stack.