int main (void)
{ puts ("210H"); return 0; }
Write a program to convert a 2-digit BCD number into hexadecimal
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
This is not a question.
pongada punda vayanungala ..................
Write a program to convert a 2-digit BCD number into hexadecimal
Yes.
1810 = 1216
hexadecimal dumper, which prints or displays the binary numbers of a program in hexadecimal format.
210
90 = 1011010 (or 5A in hexadecimal).
try this i got output: int main(){ int o; scanf("%o",&o); printf("%x",o); getch(); }
4/210 = 0.0190476190476