C++ Hello World Program | Coding on mobile | Hello World Program | C++ tutorial #CodeOnTrend #C++

preview_player
Показать описание
#CodeOnTrend
#python #cpp #java
Python Program Examples 👇
C++ Program Examples 👇
Java Program Examples 👇

#1M
Рекомендации по теме
Комментарии
Автор

python:

print ("Hello C")

shaz
Автор

C : #include <stdio.h>
int main(void) {
printf(“hello world!\n”)}

GdMananddevofhtmlcss
Автор

Bro how r u saving the file before execution

spruubd
Автор

Bro I got a problem with this... I was typing the code and a random pop up message comes from c++ and i mistakenly clicked on yes without seeing.. due to that my keyboard doesn't work and only makes tick noises whenever I press a key... Plz help me with this..

hfgylpp
Автор

Me: Have computer with 8GB RAM and tries to make code but fails becouse of stupid G++ compiler
Author:

P.S. Bro just keep it doing even on mobile...

mushik-it
Автор

Pls use code- 1#include <iostream>
2using namespace std;
3int main(int argc, char*argv)
4{
5 cout<<"Hello world"
6}

PSIHO_Metro
Автор

It's not necessary to write a return 0 statement in the main function.

anaskhan
Автор

Boos which app you are using if you don't mind can you tell me the name of that app..

vivekthakur.
Автор

Hello bro
Can u write another sentence and post?

mackay
Автор

Its showing 5 errors. And no mistake done

lovelyrookie
Автор

#include <iostream>

int main()
{
std::cout << "Hello world" << std::endl;

return 0;
}

cursedfdp