CBSE Class 12 Computer Science Question 30 of 63

Data Structures in Python — Question 4

Back to all questions
4
Question

Question 4

Can a Stack be used to convert a decimal number into a binary number?

Answer

Yes, a Stack can be used to convert a decimal number into a binary number.