why little endian and big endian came?y they using
differently? y they not used commonly ?wt is application of
little and big ?
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 |
how to use showbits function?
Prove or disprove P!=NP.
Explain how can I convert a string to a number?
write a progam to display the factors of a given number and disply how many prime numbers are there?
Write a code to remove duplicates in a string.
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What are dangling pointers?
what is the role you expect in software industry?
what are brk, sbrk?
How many bytes are occupied by near, far and huge pointers (dos)?
Why double pointer is used in c?
where are auto variables stored? What are the characteristics of an auto variable?