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
Which is best linux os?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Why is main function so important?
how to build a exercise findig min number of e heap with list imlemented?
please explain every phase in the "SDLC" in the dotnet.
What are the features of c languages?
Explain what does it mean when a pointer is used in an if statement?
When should structures be passed by values or by references?
What is a program flowchart?
Explain null pointer.
Explain how are portions of a program disabled in demo versions?
When a c file is executed there are many files that are automatically opened what are they files?
How do you construct an increment statement or decrement statement in C?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
What are the different types of errors?