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 does the c preprocessor do?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Are pointers really faster than arrays?
number of times a digit is present in a number
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is union and structure?
What is the value of uninitialized variable in c?
How can I do peek and poke in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
Which is the best website to learn c programming?
Do pointers need to be initialized?
What is c standard library?
How can you determine the size of an allocated portion of memory?
What is a static function in c?
Explain Basic concepts of C language?