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 |
which types of data structure will i use to convert infix to post fix???
Explain what are binary trees?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
write a program to print the all 4digits numbers & whose squares must me even numbers?
program to find middle element of linklist?
What is a built-in function in C?
what are the general concepts of c and c++
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
what is the difference between #include<> and #include”…”?
can we access one file to one directory?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
What does typeof return in c?