++ and -- operators in C

Опубликовано: 13 Октябрь 2024
на канале: CSE GURUS
211
7

Follow my Whatsapp channel for content updates, questions, contests and many more...
https://whatsapp.com/channel/0029VaEh...

Technical lectures by Shravan Kumar Manthri.
You can watch "Tricky 150 mcqs in C" in the following link
https://www.udemy.com/course/best-150...

Technical lectures by Shravan Kumar Manthri.
Watch Technical C programming
   • Technical C coding : part-1  

Watch Data Warehousing & Data Mining
   • 1. Multi-Dimensional  Data model in D...  
In C programming language, ++ and -- are unary operators used to increment and decrement the value of a variable by 1, respectively.
Increment Operator (++): The ++ operator increases the value of a variable by 1. It can be used in two ways:
Pre-increment: ++variable - The value of the variable is incremented before its value is used in the expression.
Post-increment: variable++ - The value of the variable is used in the expression before it is incremented.

follow us @ Instagram:cse_gurus
Contact me @ fb : [email protected]
Like us on fb: CSE GURUS
#shravankumarmanthri #CSEGURUS