Answer Posted / ganges
1004 is the correct answer. One another way to solve the
problem is convert the decimal to binary then to the Hexa
(machine way!)
4100 (decimal) ->1,00 00,00 00,01 00 (binary) -> 1004 (hexa)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is structure padding and packing in c?
What is a dynamic array in c?
If null and 0 are equivalent as null pointer constants, which should I use?
What does the format %10.2 mean when included in a printf statement?
What is binary tree in c?
What is function prototype?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What happens if you free a pointer twice?
What are identifiers in c?
Write a simple code fragment that will check if a number is positive or negative.
Why void main is used in c?
What is the significance of scope resolution operator?
How does #define work?
Do pointers store the address of value or the actual value of a variable?
Was 2000 a leap year?