#include<iostream>
using namespace std;
int main()
{
cout <<"sup";
return 0;
}
I have been using turbo c + + till now and I have done everything in my knowledge but it is not helping. I use mingw compiler
#include<iostream>
using namespace std;
int main()
{
cout <<"sup";
return 0;
}
I have been using turbo c + + till now and I have done everything in my knowledge but it is not helping. I use mingw compiler