what is the hexidecimal number of 4100?

Answer Posted / rakesh ranjan

F001

is the correct answer

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do character constants represent numerical values?

848


What is typedef example?

623


How do you sort filenames in a directory?

721


What is character set?

687


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

917






What are the different types of endless loops?

628


What is the difference between malloc() and calloc() function in c language?

610


Why doesnt long int work?

617


How can I make sure that my program is the only one accessing a file?

687


How can I prevent another program from modifying part of a file that I am modifying?

618


What is the advantage of a random access file?

644


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

819


Explain what are compound statements?

609


How to declare pointer variables?

690


What is the c value paradox and how is it explained?

581