A Developer Gateway To IT World...

Techie Uncle Software Testing Core Java Java Spring C Programming Operating System HTML 5 Java 8 ES6 Project

Use of post increment and pre increment in C Programming

Use of post increment and pre increment in C Programming

Use of post increment and pre increment in c

  • increment operators are used to increase the value by one in the variable defined in C Program

  • decrement works opposite increment

Heading-2

  • Pre-increment (++i):-Before assigning the value to the variable, the value is incremented by one

  • Post-increment (i++):− After assigning the value to the variable, the value is incremented

Example:-



What is the Software to start coding and development using C Programming Langauge?

Download Dev C++ for development and coding

LEARN TUTORIALS

.

.