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
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is difference between && and & in c?
Explain what is page thrashing?
How does free() know explain how much memory to release?
Why should I use standard library functions instead of writing my own?
What are types of functions?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What does. int *x[](); means ?
Which node is more powerful and can handle local information processing or graphics processing?
What is the concatenation operator?
What is the purpose of main( ) in c language?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is malloc and calloc?
Explain how do you determine a file’s attributes?