+ 1
I have made my first C++ program but it not worked i have tried all the things but it still showing error 😟😟😟😟
5 Answers
+ 2
return should be inside the "main" function.
+ 1
#include <iostream>
using namespace std;
int main()
{
cout<<"hello C++ language";
}
return 0;
+ 1
it's what I maked
+ 1
ohhh thanks
+ 1
You're welcome!!!