Aspire Faculty ID #17204 · Topic: AMU MCA 2020 · Just now
AMU MCA 2020

Output of the following C-code
main()
{
    printf("Hello");
    main();
}

Solution

Recursive call without stopping condition → infinite printing until stack overflow.

Previous 10 Questions — AMU MCA 2020

Nearest first

Next 10 Questions — AMU MCA 2020

Ascending by ID
Ask Your Question or Put Your Review.

loading...