Computer Science, asked by mishrapratyush585, 16 days ago

Pls answer no.2 of computer
Q=increase value of variable by one (1)and store it in the same variable
question of qbsic​

Attachments:

Answers

Answered by shlokrsi656
1

Explanation:

program can increment by 1 the value of a variable called c using the increment operator, ++, rather than the expression c=c+1 or c+=1. An increment or decrement operator that is prefixed to (placed before) a variable is referred to as the prefix increment or prefix decrement operator, respectively.

Similar questions