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
When should a type cast not be used?
What is type qualifiers?
application attempts to perform an operation?
write a program to create a sparse matrix using dynamic memory allocation.
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is c system32 taskhostw exe?
What is a program flowchart and explain how does it help in writing a program?
please explain every phase in the "SDLC" in the dotnet.
Are there constructors in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
In a switch statement, explain what will happen if a break statement is omitted?
Differentiate between functions getch() and getche().
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is realloc in c?
how to find binary of number?