Write a C program to set or clear a specific bit in an 8-bit register based on user input.
Input Format
Output Format
Example 1 (Setting Bit 3)
Input
10 3 1
Output
10
Explanation:
Test Cases
Test Results
Expected Output