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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How variables are declared in c?

569


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1420


What are the similarities between c and c++?

593


Difference between strcpy() and memcpy() function?

673


What are the advantages and disadvantages of pointers?

570






Hi can anyone tell what is a start up code?

1613


List some of the static data structures in C?

759


How can I get back to the interactive keyboard if stdin is redirected?

663


Write a program to swap two numbers without using the third variable?

591


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1887


Is boolean a datatype in c?

541


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1491


What is the difference between array and pointer?

562


What is const keyword in c?

740


What are the 5 elements of structure?

560