Complete the following program and find the output.
if(value=! 1100)
value - - ;
printf("value =%d\n",value)
Answers
Answered by
0
"The program can be completed as it is shown below, there are different ways to get a desired outcome/output.
Img 54_11
The above completed code takes a numerical input into a variable named value and then checks the entered value is not equal to 1100.
If the value is not equal to 1100, then the value of variable value decreases by 1. After that, the updated value is printed."
Attachments:
Similar questions
Physics,
6 months ago
Business Studies,
6 months ago
Computer Science,
1 year ago
Math,
1 year ago
Accountancy,
1 year ago