How many “Hello World!” will the following program print? (choose only one option) #include using namespace std; int main() { cout


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 output


b.)65536


c.)1


d.)Infinitely many


e.)It will keep printing until the stack overflows



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here