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
What is %s and %d in c?
What are header files in c?
What does printf does?
using for loop sum 2 number of any 4 digit number in c language
What is string concatenation in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Explain enumerated types.
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Explain null pointer.
why wipro wase
Is exit(status) truly equivalent to returning the same status from main?
What’s a signal? Explain what do I use signals for?
What is restrict keyword in c?
What does %c mean in c?
What is LINKED LIST? How can you access the last element in a linked list?