Answers for "sample of c++ code"

C++
1

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