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
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
How to throw some light on the b tree?
The file stdio.h, what does it contain?
What are the features of c languages?
What is a #include preprocessor?
What are the 5 organizational structures?
If errno contains a nonzero number, is there an error?
What is the difference between procedural and functional programming?
how many errors in c explain deply
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
how to find binary of number?
Explain how can I remove the trailing spaces from a string?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is the difference between #include
write an algorithm to display a square matrix.