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
Is c still relevant?
How can I write a function that takes a format string and a variable number of arguments?
Why doesnt long int work?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What are the different file extensions involved when programming in C?
Is a house a shell structure?
Dont ansi function prototypes render lint obsolete?
Explain what is the concatenation operator?
Explain how can I remove the trailing spaces from a string?
What is huge pointer in c?
write a program to concatenation the string using switch case?
What do you mean by dynamic memory allocation in c?
Is it possible to pass an entire structure to functions?
What does 4d mean in c?
How are structure passing and returning implemented?