How many times will the program print "HELLO" ?
#include
using namespace std;
int main()
{
cout<<"HELLO";
main();
return 0;
}
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!