Write C expressions, in terms of variable x, for the following values. Your codeshould work for any word size w > 8. For reference, we show the result of evaluatingthe expressions for x = 0x196a45c7, with w = 32.A. The least significant byte of x, with all other bits set to 0. [0x000000c7]B. All but the least significant byte of x complemented, with the least significant byteleft unchanged. [0xe695bac7 ].C. The least significant byte set to all ls’, and all other bytes of x left unchanged[0x196a45ff].
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here