how to exchnage bits in a byte
b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3
please mail me the code if any one know to
rajeshmb4u@gmail.com
Answer Posted / suresh
can be done by reversing the bits
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can I avoid the abort, retry, fail messages?
Why is python slower than c?
Why calloc is better than malloc?
What is the 'named constructor idiom'?
What is const volatile variable in c?
praagnovation
What is the process to create increment and decrement stamen in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How main function is called in c?
What is your stream meaning?
What is a substring in c?
Explain that why C is procedural?
Write a program to check palindrome number in c programming?
What is boolean in c?
Are the outer parentheses in return statements really optional?