what is the hexidecimal number of 4100?

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


Please Help Members By Posting Answers For Below Questions

Does c have class?

613


What is wrong with this initialization?

593


What are the types of assignment statements?

630


What are the different types of pointers used in c language?

613


What is the acronym for ansi?

631






regarding pointers concept

1575


What does sizeof function do?

616


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1076


What is the difference between constant pointer and constant variable?

749


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2861


Explain what are run-time errors?

610


What is storage class?

655


what are bit fields? What is the use of bit fields in a structure declaration?

1499


Explain pointers in c programming?

636


How can you determine the size of an allocated portion of memory?

746