How many times will the program print “HELLO” ?

How many times will the program print “HELLO” ? #include using namespace std;
int main()
{
cout<<"HELLO"; main(); return 0; } A. 65536
B. 32769
C. 1
D. Till stack overflows

Download Printable PDF. VALID exam to help you PASS.

Posted in: CPA

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.