Chose the best appropriate answer for the below given code:

#include

int main()

{

    printf("TESTBOOK");

    main();

    return 0;

}

1
It will give an error
2
TESBOOK will be printed infinitely
3
TESTBOOK will be printed until system gets shutdown
4
TESTBOOK would be printed until stack overflow happens

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation