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 / vish
Small correction in above macro.
'(' was missing in second line.
#define CON(NUM) (NUM&0x000000FF)<<24|(NUM&0x0000FF00)<<8
|(NUM&0x00FF0000)>>8 |(NUM&0xFF000000)>>24
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the difference between if else and switchstatement
What are the application of c?
What is sizeof c?
What is the difference between union and structure in c?
why wipro wase
What are the different types of data structures in c?
What is action and transformation in spark?
What is build process in c?
What is spark map function?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Can the “if” function be used in comparing strings?
in linking some of os executables are linking name some of them
Why do we use header files in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is bubble sort in c?