Computer Science, asked by poojachandani90, 10 months ago

WAP to convert a decimal number to binary number

Answers

Answered by hkdelavadiya
0

Answer:

Example: Program to convert Decimal to Binary

In this program, we have created a user defined function decimalToBinary() for decimal to binary conversion. The programs takes decimal number (entered by user) as input and converts it into a binary number using the function Decimal To Binary() .

Explanation:

I hope it is helpful to you

please mark as brainlist

Similar questions