DEV Community

Cover image for C++ yangi qator
Mirjalol123
Mirjalol123

Posted on

C++ yangi qator

salom dasturchi hozir siz bilan yangi qator tashlashni korib chiqamiz . bunga \n va endl; kiradi misol uchun...

#include <iostream>
using namespace std;
int main() {
  cout << "Hello World!\n";
  cout << "hello" << endl;
  cout << "mirjalol";
return 0;
}
Enter fullscreen mode Exit fullscreen mode
natija 
Hello world!
hello 
mrjalol

Enter fullscreen mode Exit fullscreen mode

Top comments (0)