[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]


    Search the Q&A Archives


...write a program to print "hello" without using a...

<< Back to general questions

Question by poornima
Submitted on 8/27/2003
Related FAQ: N/A
Rating: Rate this question: Vote
can i write a program to print "hello" without using a semicolon



Answer by John
Submitted on 10/16/2003
Rating:  Rate this answer: Vote
that would depend on the programming language. if it's in MATLAB, it would work, but it would be a pain in the behind. QBASIC is easily do-able without a semicolon. i dunno about other languages.

 

Answer by Girish
Submitted on 5/4/2005
Rating: Not yet rated Rate this answer: Vote
# include<stdio.h>
# include<conio.h>
void main()
    {
  if ( printf("Program without semicolon\n"))
           {
  if ( printf("successful"))
              {}
           }
           else


               {
         if ( printf("Failure"))
                  {}
               
               }
        }

 

Answer by jaggu
Submitted on 11/30/2005
Rating: Not yet rated Rate this answer: Vote
Basavanna yava castu

 

Answer by Sagar
Submitted on 12/16/2005
Rating: Not yet rated Rate this answer: Vote
write the "hello" in if condition.
for ex.

if(printf("hello"))
{
}

 

Answer by md tahir
Submitted on 5/4/2006
Rating: Not yet rated Rate this answer: Vote
mindset ss

 

Answer by Albert
Submitted on 7/8/2006
Rating: Not yet rated Rate this answer: Vote
# include <stdio.h>
void main()
{
if (printf("hello world")) }
}

 

Answer by kalaiarasan.s
Submitted on 3/2/2007
Rating: Not yet rated Rate this answer: Vote
# include<stdio.h>
# include<conio.h>
void main()
    {
       if ( printf("Hello"))

          {         if ( printf("successful"))
              {}
           }
           else

               {
                  if ( printf("Failure"))
                  {}
               
               }
        }

 

Your answer will be published for anyone to see and rate.  Your answer will not be displayed immediately.  If you'd like to get expert points and benefit from positive ratings, please create a new account or login into an existing account below.


Your name or nickname:
If you'd like to create a new account or access your existing account, put in your password here:
Your answer:

FAQS.ORG reserves the right to edit your answer as to improve its clarity.  By submitting your answer you authorize FAQS.ORG to publish your answer on the WWW without any restrictions. You agree to hold harmless and indemnify FAQS.ORG against any claims, costs, or damages resulting from publishing your answer.

 

FAQS.ORG makes no guarantees as to the accuracy of the posts. Each post is the personal opinion of the poster. These posts are not intended to substitute for medical, tax, legal, investment, accounting, or other professional advice. FAQS.ORG does not endorse any opinion or any product or service mentioned mentioned in these posts.

 

<< Back to general questions


[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]

© 2008 FAQS.ORG. All rights reserved.