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 / vivek
in little endien lsb is at lower addess and in big endien
msb at lower address
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to delete a node from linked list w/o using collectons?
If errno contains a nonzero number, is there an error?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
How many levels of indirection in pointers can you have in a single declaration?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is zero based addressing?
What does. int *x[](); means ?
Where static variables are stored in memory in c?
What is use of integral promotions in c?
What is an endless loop?
What does the && operator do in a program code?
How variables are declared in c?
What are types of preprocessor in c?
Explain what is the advantage of a random access file?
simple program of graphics and their output display