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.
4 comments:
Kindly please you explain this specific set of code. Fast pls :)
while(fraBinary[i]){
if(fraBinary[i] == '.')
flag = 1;
else if(flag==0)
bIntegral = bIntegral * 10 + (fraBinary[i] -48);
else
bFractional[k++] = fraBinary[i] -48;
i++;
}
It is more readable if comments are inserted.
this code is not going to work.
please, admin check it out....
Thanks for sharing useful information article to us keep sharing this info,
Messenger bot developer,
Facebook bot development,
Chatbot developer,
Bot developer,
Chatbot companies,
Post a Comment