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

about c language

1592


What is the deal on sprintf_s return value?

633


What is the purpose of type declarations?

673


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

1855


What is an lvalue?

627






How can I sort more data than will fit in memory?

619


What are linked lists in c?

641


Can you please compare array with pointer?

607


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5458


What does typeof return in c?

632


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1871


What is difference between structure and union in c?

533


Can a program have two main functions?

563


What is string length in c?

600


how to introdu5ce my self in serco

1517