Answers for "Simple cpp code"

C++
0

Simple cpp code

#include<iostream>
using namespace std;

int main()
{
cout << " hello world <<endl;
  
  return 0;
}
Posted by: Guest on January-03-2021
0

cpp sample code

#include<iostream>
using namespace std;

int main()
{
cout << " hello world" <<endl;
  
  return 0;
}
Posted by: Guest on April-25-2021

Browse Popular Code Answers by Language