What is the output of this program?
#includeiostream.h
using namespace std;
int main()
{
for(5; 2; 2)
printf ("Hello\n");
return 0;
}


Posted on by