Perform the infinite loop using main funftion

void main()
{
main()
} Tutorial answer:Perform infinite loop
Debugging solution:When ever it executes the inside main function it is call main function. so it perform infinite loop

Post a Comment

0 Comments