GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  OOPS

 Print  |  
Question:  How do you write a program which produces its own source code as its output?



September 09, 2005 21:54:27 #5
 Santhanam   Member Since: Visitor    Total Comments: N/A 

RE: How do you write a program which produces its own source code as its output?
 
'return 0' indicates program is ended with no error and 'return 1' indicates program is ended with error.
     

 

Back To Question