Gray Code to Binary Conversion
Problem Statement Given a gray code, write a program to convert the given gray code to binary code. Example Example Explanation In this, the MSB or the Most Significant Bit of the gray code will always be equal to the MSB of the binary code which in this case is 1. For changing the other bits of the gray ...