Answer Posted / yoganathan.m
THE GIVEN NO IS DECIMAL VALUE(4100) SO, FIRST WE NEED TO
CONVERT THAT VALUE IN TO BINARY VALUE.
THIS IS POSSIBLE BY DIVIDING BY 2 UP TO 0 OR 1.
THEN WE NEED TO SEPARATE THOSE VALUES BY 4 APART.
THEN USING 8421 RULE WE HAVE TO GIVE VALUE.
ie,4100 when divide we get 0001 0000 0000 0100.
the answer is exactly 1004.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is nested structure in c?
Explain argument and its types.
What are the three constants used in c?
What are the types of type specifiers?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is a pointer value and address in c?
Where in memory are my variables stored?
How do I send escape sequences to control a terminal or other device?
how many errors in c explain deply
Can 'this' pointer by used in the constructor?
How do you define CONSTANT in C?
How do you declare a variable that will hold string values?
What is static identifier?
What is the purpose of & in scanf?
How can I insert or delete a line (or record) in the middle of a file?