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 role of this pointer?
What is exit() function?
What does %d do in c?
How can a program be made to print the line number where an error occurs?
could u able to tell about suresoft technical session
write a addition of two no. program with out using printf,scanf,puts .
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
What is difference between function overloading and operator overloading?
Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
how to print this pyramid * * * * * * * * * * * * *
what is the output of below int n=10; (n++)++; printf("%d",n);
What is oops c?