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 / vivek
in little endien lsb is at lower addess and in big endien
msb at lower address
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What do you mean by invalid pointer arithmetic?
Do you know what are bitwise shift operators in c programming?
What are dangling pointers in c?
What is a double c?
What is exit() function?
What is hashing in c?
What are the 4 types of unions?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
How the c program is executed?
What is the difference between abs() and fabs() functions?
What are the preprocessor categories?
Write a program to swap two numbers without using a temporary variable?
What is the value of h?
What is logical error?