DEV Community

Sanjar Rashidov
Sanjar Rashidov

Posted on

2 2 2 2 2

Comments

Comments - izoh.

Izoh qoldirishni 2 xil yo'li mavjud:

  1. // - bir qatorli
  2. /* */ - ko'p qatorli
#include <iostream>

using namespace std;

int main()
{
    cout << "Hello World" << endl; // Hello Worldni chop etyapmiz
    /*
    cout - consolega chop etish
    endl - pastki qatorga tushirib yuboradi
    */

    return 0;
}
Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
zethon profile image
Addy

Makes sense!

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