2. Write a c program to convert decimal number to octal number.
3. Write a c program to convert decimal number to hexadecimal number.
4. Write a c program to convert octal number to binary number.
3. Write a c program to convert decimal number to hexadecimal number.
4. Write a c program to convert octal number to binary number.
6. Write a c program to convert octal number to hexadecimal number.
8. Write a c program to convert hexadecimal number to octal number.
9. Write a c program to convert hexadecimal number to decimal number.
10. Write a c program to convert binary number to octal number.
9. Write a c program to convert hexadecimal number to decimal number.
10. Write a c program to convert binary number to octal number.
12. Write a c program to convert binary number to hexadecimal number.
13. C program for addition of binary numbers .
14. C program for multiplication of two binary numbers.
15. C program fractional binary conversion from decimal.
16. C program for fractional decimal to binary fraction conversion.
17. C program to convert decimal number to roman.
18. C program to convert roman number to decimal number.
19. C program to convert each digits of a number in words
20. C program to convert currency or number in word.
13. C program for addition of binary numbers .
14. C program for multiplication of two binary numbers.
15. C program fractional binary conversion from decimal.
16. C program for fractional decimal to binary fraction conversion.
17. C program to convert decimal number to roman.
18. C program to convert roman number to decimal number.
19. C program to convert each digits of a number in words
20. C program to convert currency or number in word.
7 comments:
returning value is -0.000000 irrespective of any no.
This has been fantastically helpful! Thank you so much.
It is a wrong program, output always -0.000000000
WRONG..!!!
Plz provide correct code.
Thanks..
In 39th line replace %lf by %Lf..
will work..
Good work man..!! (Y)
Doesn't work :/ But thanks for the idea :)
I´ve just did some minor tweaks and it started working just great.
1.) Included all standard libraries, so I started with:
#include
#include
#include
2.) Changed long integers and floats for the regular ones.
3. Renamed fraDecimal to just f, because I usually do.
I am not sure which one helped, but works flawlessly now, even on C, not even C++.
Post a Comment