home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / ctutor2.zip / ANSWERS / CH02_1.C next >
Text File  |  1989-11-10  |  95b  |  13 lines

  1. main()
  2. {
  3.    printf("John Q. Doe\n");
  4. }
  5.  
  6.  
  7.  
  8. /* Result of execution
  9.  
  10. John Q. Doe
  11.  
  12. */
  13.