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 |
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
hi how to convert program from notepad to turboc editor can u please help me
What is graph in c?
what does ‘#include’ mean?
What is meant by 'bit masking'?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
write a function which accept two numbers from main() and interchange them using pointers?
How do you determine the length of a string value that was stored in a variable?
When should you not use a type cast?
What is difference between array and pointer in c?
What is meant by type casting?