what is the hexidecimal number of 4100?

Answer Posted / a,dinesh kumar

16|4100
16|256-4
16|16-0
16|1-0


the answer is 4100->1004

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can a program be made to print the name of a source file where an error occurs?

691


Explain what is the difference between functions getch() and getche()?

608


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2000


Is int a keyword in c?

557


What is pass by reference in functions?

325






hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1446


Write a program to print factorial of given number using recursion?

605


What does malloc () calloc () realloc () free () do?

560


What is getch c?

857


Is c easier than java?

571


What is size of union in c?

582


Stimulate calculator using Switch-case-default statement for two numbers

2448


What is an arrays?

656


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1708


What is sizeof return in c?

617