Answers for "decimal to binary & vice versa in c program.pdf"

C
0

decimal to binary & vice versa in c program.pdf

Select conversion:

1. Decimal to binary. 
2. Decimal to octal. 
3. Decimal to hexadecimal. 
4. Exit.

Enter your choice: 1
Enter a number: 7
Result = 111

Select conversion:

1. Decimal to binary. 
2. Decimal to octal. 
3. Decimal to hexadecimal. 
4. Exit.

Enter your choice: 2
Enter a number: 25
Result = 31

Select conversion:

1. Decimal to binary. 
2. Decimal to octal. 
3. Decimal to hexadecimal. 
4. Exit.

Enter your choice: 4
Exiting ...
Posted by: Guest on February-21-2021

Code answers related to "decimal to binary & vice versa in c program.pdf"

Code answers related to "C"

Browse Popular Code Answers by Language