CP I/O Q19

0. The following program
main()
{
printf ("tim");
main( ) ;
}

  • Option : B
  • Explanation :
    This involves recursion - main ( ) calling itself. So, it keeps on printing tim.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *