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 / peter
Little endian has least significant digit at far left.
Big endian has most significant digit at far left.
| Is This Answer Correct ? | 28 Yes | 8 No |
Post New Answer View All Answers
What does main () mean in c?
Can you write a programmer for FACTORIAL using recursion?
C language questions for civil engineering
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is the purpose of void pointer?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
When is a void pointer used?
Are there any problems with performing mathematical operations on different variable types?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Is it possible to pass an entire structure to functions?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is && in c programming?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Explain what are run-time errors?