pgrm_001.cpp
Problem Statement
pgrm_001.cpp
hello world
Source Code
cpp
#include<iostream>
using namespace std;
int main() {
cout << "hello, world!" << endl;
cout << "Now we are at void";
return 0;
}1
2
3
4
5
6
7
2
3
4
5
6
7
● Author - Amit Dutta · Updated - 29 Jun 2026