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  >  Placement Papers  >  TCS  >  C

 Print  |  
Question:  Write "hello world program" without using any semicolon in C



March 03, 2008 12:47:57 #1
 leorius47   Member Since: March 2008    Total Comments: 1 

RE: Write "hello world program" without using any semicolon in C
 
main()
 {
 if (printf("nHello World"))
  {
  }
}
     

 

Back To Question