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  >  Interview Questions  >  Programming  >  C
Go To First  |  Previous Question  |  Next Question 
 C  |  Question 432 of 438    Print  
Hello World
Write a program in C to display output as "hello world" without using semicolon(;)?


  
Total Answers and Comments: 3 Last Update: September 19, 2008     Asked by: d.gupta03 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: sriranga.ch
 

main()
{
if(printf("HelloWorld"))

}



Above answer was rated as good by the following members:
Jaya_Kaja, picc_kumar, rajani_vaddepalli15, ramesh_radharam
August 22, 2008 01:27:48   #1  
sriranga.ch Member Since: August 2008   Contribution: 4    

RE: Hello World

main()
{
if(printf("HelloWorld"))

}


 
Is this answer useful? Yes | NoAnswer is useful 4   Answer is not useful 0Overall Rating: +4    
September 09, 2008 15:10:16   #2  
rashmi.mohanty Member Since: September 2008   Contribution: 8    

RE: Hello World
void main()
{  switch(printf("HELLO WORLD")) { }
}

 
Is this answer useful? Yes | No
September 19, 2008 01:40:50   #3  
dinesh_27 Member Since: September 2008   Contribution: 2    

RE: Hello World

main()
{
if(printf("hello world"))
}


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 1Overall Rating: -N/A-    


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape