What is the difference between big endian form and little
endian form? write a code to convert big endian form to
little endian and vice versa..

Answer Posted / amit

the endianness of a bus determines whether the MSB is put
into the lowest address
(big-endian) or in the highest address (little-endian).

Is This Answer Correct ?    13 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do u mean by Direct access files? then can u explain about Direct Access Files?

1634


What is #define?

569


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3641


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1398


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

596






Are bit fields portable?

669


What are volatile variables in c?

512


When should the volatile modifier be used?

675


Lists the benefits of c programming language?

581


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

661


What are header files and explain what are its uses in c programming?

601


Write a program to check palindrome number in c programming?

591


What is openmp in c?

602


Is it cc or c in a letter?

553


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

571