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
Why doesnt that code work?
Is there a built-in function in C that can be used for sorting data?
Explain b+ tree?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
why programs in c are running with out #include
How do I determine whether a character is numeric, alphabetic, and so on?
What is a structural principle?
Is it cc or c in a letter?
What is the difference between struct and typedef struct in c?
What is the use of volatile?
Explain how many levels deep can include files be nested?
What does the c in ctime mean?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is a protocol in c?
What are the restrictions of a modulus operator?