Write a program that reads a character from the user and prints its one’s complement as a character, but without using the bitwise NOT (~) operator
Answers
Answered by
5
Answer:
In this tutorial you will learn about all 6 bitwise operators in C programming with examples.
In arithmetic-logic unit (which is within the CPU), mathematical operations like: addition, subtraction, multiplication and division are done in bit-level. To perform bit-level operations in C programming, bitwise operators are used.
Answered by
1
Answer:
......................
Similar questions