Assuming the original was in binary, the answer is 36.A
Wiki User
∙ 2017-02-18 13:58:00Wiki User
∙ 2017-07-11 23:17:56It is already in hexadecimal.
Whatchu think
ABCD1 = 10101011110011010001
C65A = 143132
224 = E0
Divide by 16.97 = 6*16 + 1 So in hex, 97 = 61.
4 is 4 in hexadecimal of decimal.
That depends what you want to "solve" for - in other words, what the question is. For example, whether you want to:* Convert from hexadecimal to decimal* Convert from decimal to hexadecimal* Count in hexadecimal* Add hexadecimal numbers* etc.
Hexadecimal -> BB895Cdecimal -> 12.290.396octal -> 56.704.534
Write a program to convert a 2-digit BCD number into hexadecimal
117
Yes, I can.
Whatchu think
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
747 = 1E7
7EBC.12
101010111100
%X is Splacing Hexadecimal. Number main() { printf ("Decimal No=%d Hexadecimal No=%X",14,14); }}