➽ Program:-
#include<iostream>
using namespace std;
int main()
{
cout <<
"Hello World!" << endl;
return 0;
}
➽ Output:-
Hello World!
➽ Program:-
#include<iostream>
using namespace std;
int main()
{
cout <<
"Hello World!" << endl;
return 0;
}
➽ Output:-
Copyright (c) 2021 | Coding Plaza | All Rights Reserved
0 Comments
Please do not enter any spam link in the comment section.