Computer Science, asked by sajib148525, 4 months ago

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 janvisingh7741
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 Dipu6256
1

Answer:

......................

Similar questions