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

where do we use volatile keyword?

1 Answers  


i want to know the procedure of qualcomm for getting a job through offcampus

0 Answers   HCL,


Do you know what are bitwise shift operators in c programming?

0 Answers  


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

0 Answers   Aspire, Infogain,


What is data type long in c?

0 Answers  






How do you use a 'Local Block'?

0 Answers   Ericsson,


What is volatile, register definition in C

0 Answers   Cognizant,


plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>

1 Answers  


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


What is a memory leak in structures? How can we rectify that?

2 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


What was noalias and what ever happened to it?

0 Answers  


Categories