Computer Science, asked by samarthjoshi5013, 1 year ago

Bit sequence 0010 is serially entered right most bit first into a 4bit parallel out shift register that is initially clear what are the q output after 2clock pulse

Answers

Answered by Harshittiwari2004
0
Write a C program to input binary number from user and find twos complement of the binary number. How to find 2s complement of a binary number in C. Logic to find twos complement of a binary number in C programming.

Example

Input

Input binary number: 01101110
Output

Twos complement: 10010010
Similar questions