subject

Bitwise operations in c. write a c program which will either set or clear a single bit in a number entered by the user using the binary representation of the number. the user should input the original integer value between 1 and 1000 inclusive using a scanf. use an unsigned integer type. output is to the screen. you must use only bitwise operators for this program. you can shift bits and or use the logical bitwise operators. for this assignment give the user directions asking them to enter the integer and then ask the user if he or she wants to clear or set a bit. then ask the user which bit to set or clear. that can be a number between 0 and 31. prompt the user for what should be entered each time. be sure to validate all user input so the program cannot be crashed. after completing the operation ask the user if they want to do the entire operation again. the user would enter y or y to do it again. this would be the entire operation from entering the first integer.•if the user enters a 1 as the initial value and a 0 for the bit to clear the result would be 0.•if the user enters a 1 as the initial value and a 0 for the bit to set the result would be 1.•if the user enters a 10as the initial value and a 1 for the bit to clear then the result would be 8.•if the user enters a 10 as the initial value and a 1 for the bit to set then the result would be 10.•if the user enters a 10 as the initial value and a 2for the bit to clear then the result would be 10.•if the user enters a 10 as the initial value and a 2 for the bit to set then the result would be 14.output for each operation should be easy to read giving the number before the switch and then the decimal number after the switch. no other output should be included.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:00
The mode is generally used when delivering a presentation to an need now
Answers: 1
question
Computers and Technology, 23.06.2019 08:00
Which argument is not a valid filter? does not equal this quarter filter by cell color all of these are valid filter arguments.
Answers: 2
question
Computers and Technology, 23.06.2019 09:50
Allison and her group have completed the data entry for their spreadsheet project. they are in the process of formatting the data to make it easier to read and understand. the title is located in cell a5. the group has decided to merge cells a3: a7 to attempt to center the title over the data. after the merge, allison points out that it is not centered and looks bad. where would the title appear if allison unmerged the cells in an attempt to fix the title problem?
Answers: 2
question
Computers and Technology, 24.06.2019 05:30
Cómo pongo un tomo de llamada sin pagar?
Answers: 1
You know the right answer?
Bitwise operations in c. write a c program which will either set or clear a single bit in a number e...
Questions
question
Mathematics, 27.04.2021 04:50
question
Chemistry, 27.04.2021 04:50
question
Mathematics, 27.04.2021 05:00
question
English, 27.04.2021 05:00
Questions on the website: 13722362