why little endian and big endian came?y they using
differently? y they not used commonly ?wt is application of
little and big ?



why little endian and big endian came?y they using differently? y they not used commonly ?wt is app..

Answer / deadzg_devil

These are the two different architechture for handling
memory storage.
Little endian signifies lower order bit will be represented
first in memory and then the higher order bits. eg Intel
based computers

Big endian is just the opposit case. Eg. Motorola based
computers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what are bitwise shift operators?

4 Answers  


what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


What is the difference between break and continue?

0 Answers  


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  






Explain the bubble sort algorithm.

0 Answers  


What is 2 d array in c?

0 Answers  


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


What are global variables?

0 Answers  


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


Can i use “int” data type to store the value 32768? Why?

0 Answers  


What is p in text message?

0 Answers  


Categories