NomanProdhan
Level 1
Write the reason you're deleting this FAQ
This C++ Program converts decimal to binary value. The program takes a number as the input and prints out the binary form of the number using a recursive function which is given the number as the parameter.