#include <iostream>
Than we use the namespace std like this
using namespace std;
Than we use the main function like this
int main() {
}
Code:
#include <iostream>
using namespace std;
int main() {
cout<<"Hello World";
}
AUTHOR: Muhammad Abbas
I am Software Engineer.
0 Comments