Computer Science, asked by TbiaSamishta, 1 year ago

Complete the following program and find the output.
if(value=! 1100)
value - - ;
printf("value =%d\n",value)

Answers

Answered by Secondman
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