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
Write a program to reverse a given number in c language?
How is a macro different from a function?
What are identifiers in c?
Can a variable be both const and volatile?
Which type of language is c?
Define VARIABLE?
what do you mean by enumeration constant?
Is null always equal to 0(zero)?
What is void main ()?
Give me the code of in-order recursive and non-recursive.
What is the difference between printf and scanf )?
What does dm mean sexually?
How will you delete a node in DLL?
Explain what are the __date__ and __time__ preprocessor commands?
What is extern storage class in c?