what is the hexidecimal number of 4100?

Answer Posted / himanshu

(1004)H is the haxadecimal conversion of (4100)d

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there a way to compare two structure variables?

619


What is the use of ?: Operator?

671


What is the importance of c in your views?

599


What is console in c language?

616


What are the applications of c language?

630






Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

607


What does int main () mean?

554


What is the meaning of && in c?

552


How can I handle floating-point exceptions gracefully?

636


can anyone please tell about the nested interrupts?

1678


Are the variables argc and argv are always local to main?

576


How does pointer work in c?

623


Is there sort function in c?

581


Compare and contrast compilers from interpreters.

684


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

606