what is the hexidecimal number of 4100?

Answer Posted / oleg

We know that 4096=0x1000, and we just need to add
4100-4096=4 to 0x1000.
So 0x1000 + 4 = 0x1004.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is structure in c explain with example?

627


Why is void main used?

609


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2211


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4896


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

903






Difference between strcpy() and memcpy() function?

671


What is c++ used for today?

655


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

623


In C language, a variable name cannot contain?

731


What is exit() function?

556


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2328


What is memcpy() function?

615


What are the advantages and disadvantages of c language?

552


Explain what is a static function?

626


What is c basic?

591