How many “Hello World!” will the following program print? (choose only one option)
#include using namespace std;int main() {cout < "hello="">main();return 0;}a.)No outputb.)65536c.)1d.)Infinitely manye.)It will keep printing until the stack overflows
int main() {
cout < "hello="">
main();
return 0;
}
a.)No output
b.)65536
c.)1
d.)Infinitely many
e.)It will keep printing until the stack overflows
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here