DEV Community

umida5
umida5

Posted on

Operators


int a = 5;
a += 3; // a = a + 3; a hozirda 8 bo'ladi

Bu operatorlar o'zgaruvchi qiymatini bir birlikka oshiradi.

  • ++ (inkrement) int a = 5; a++; // a = a + 1; a hozirda 6 bo'ladi

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs