Izoh
kenccik
Posted on March 10, 2023
izoh deganda bu komentariy yozish degani C++ da komentariy yozish uchun biz "//" shu belgini qoysak ishlaydi bu faqat bitta qator uchun bir necht ajoyni komentariy olish uchun esa biz komentariyni boshiga /* oxiriga esa / qoyamiz, man hozir bulani cod qilib korsataman.
**BU 1 TA LIK KOMENTARIY UCHUN*
#include <iostream>
using namespace std;
int main() {
//bu bir qator uchun
return 0;
}
*BU ESA / / KOMENTARIY UCHUN *
#include <iostream>
using namespace std;
int main () {
/* The code below will print the words Hello World!
to the screen, and it is amazing */
π πͺ π
π©
kenccik
Posted on March 10, 2023
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.