Computer Science, asked by RUDEGIRL, 1 year ago

What is the process to create increment and decrement stamen in C?

Answers

Answered by EHSASS
2

ıllıllı ʜᴇʀᴇ ɪs ʏᴏᴜʀ ᴀɴsᴡᴇʀ ıllıllı

There are two possible methods to perform this task.

1) Use increment (++) and decrement (-) operator.

Example When x=4, x++ returns 5 and x- returns 3.

2) Use conventional + or – sign.

Example When x=4, use x+1 to get 5 and x-1 to get 3.

ᴇʜsᴀss  ✿◕ ‿ ◕✿


RUDEGIRL: Thanks
EHSASS: My pleasure
Answered by saivivek16
2

Hey mate,.

By using increment and decrement operator.

By using conventional signs.

Hope it will help you

✌️ Sai


RUDEGIRL: thank you so much Dear
Similar questions