Computer Science, asked by 484860, 3 months ago

_ operators are used to decrease the values of variable by 1.
fill in the blanks​

Answers

Answered by alphinfrancis25
1

Answer:

Decrement operators are used to decrease the value of the variable by one in C programs.

Decrement operator :  – – i ;   i – – ;

Hope This Helps You

Similar questions