How to write "Hello World" Program in C++?
Answers
Answered by
2
#include<iostream>
using namespace std;
int main ()
{
cout <<"hello world!!!!";
return 0;
}
Similar questions
Accountancy,
6 months ago
Science,
6 months ago
Environmental Sciences,
1 year ago
Math,
1 year ago
Math,
1 year ago
Math,
1 year ago