Question: You can use an online C compiler https://www.onlinegdb.com/online_c_compiler Write a simple C program that reads an integer from the user and prints Yes if bit
You can use an online C compiler
https://www.onlinegdb.com/online_c_compiler
Write a simple C program that reads an integer from the user and prints Yes if bit 3 is a '1' and "No" otherwise. Hint: use scanf to read the value, and AND with an appropriate mask. o scanf("%d", &n)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
