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
What is the translation phases used in c language?
What do header files do?
Explain what is the benefit of using #define to declare a constant?
What is void main () in c?
how to capitalise first letter of each word in a given string?
What is the process to create increment and decrement stamen in c?
What is structure of c program?
What do you mean by dynamic memory allocation in c? What functions are used?
How can I get the current date or time of day in a c program?
Write a program to reverse a given number in c?
What do the functions atoi(), itoa() and gcvt() do?
What are dangling pointers in c?
How do we open a binary file in Read/Write mode in C?
Can you please explain the difference between strcpy() and memcpy() function?
What is array of pointers to string?