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
Where is volatile variable stored?
Describe wild pointers in c?
What are the different properties of variable number of arguments?
Do pointers store the address of value or the actual value of a variable?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Why does everyone say not to use gets?
What is the role of this pointer?
Is the exit() function same as the return statement? Explain.
Tell me is null always defined as 0(zero)?
What are enumerated types?
What is the method to save data in stack data structure type?
What is memcpy() function?
ATM machine and railway reservation class/object diagram
what is bit rate & baud rate? plz give wave forms
How can I list all of the predefined identifiers?