What is the difference between big endian form and little
endian form? write a code to convert big endian form to
little endian and vice versa..
Answer Posted / amit
the endianness of a bus determines whether the MSB is put
into the lowest address
(big-endian) or in the highest address (little-endian).
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
please give me some tips for the placement in the TCS.
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is the use of a conditional inclusion statement in C?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
what are the advantages of a macro over a function?
Differentiate between a structure and a union.
Are global variables static in c?
What is difference between structure and union with example?
What is f'n in math?
Is main an identifier in c?
Calculate 1*2*3*____*n using recursive function??
What is a union?
What does c mean in standard form?
In C language, a variable name cannot contain?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.