What will be the Output:
#include iostream
using namespace std;
int main()
{
int i;
for (i=0; i3; i++);
cout "hello!" i;
return 0;
}


Posted on by