Correct option is B
When converting Gray code to Binary code, the rule for the most significant bit (MSB) is:
Bn = Gn
That means the binary MSB is directly copied from the Gray code MSB with no change.
The remaining binary bits are obtained using XOR operations, but the first bit is unchanged.