what is the hexidecimal number of 4100?

Answer Posted / kantilal

hey oleg make it as 4095
4100-4095=5
0x1005

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is void pointers in c?

596


What is a example of a variable?

559


When should you use a type cast?

595


What is a macro, and explain how do you use it?

631


How can I insert or delete a line (or record) in the middle of a file?

579






When should we use pointers in a c program?

639


What is a char c?

599


What is c programing language?

620


using for loop sum 2 number of any 4 digit number in c language

1738


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

640


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

786


Explain the properties of union.

615


What are shell structures used for?

604


How can you find the exact size of a data type in c?

603


What is getch() function?

654