GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  TCS  >  C
Go To First  |  Previous Question  |  Next Question 
 C  |  Question 86 of 87    Print  
Write "hello world program" without using any semicolon in C

  
Total Answers and Comments: 2 Last Update: August 12, 2008     Asked by: abbas 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: leorius47
 
main()
 {
 if (printf("nHello World"))
  {
  }
}

Above answer was rated as good by the following members:
SpandanaMohan, hrs1129
March 04, 2008 12:47:57   #1  
leorius47 Member Since: March 2008   Contribution: 1    

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

 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
August 12, 2008 10:50:27   #2  
manishkrmishra Member Since: January 2007   Contribution: 8    

RE: Write "hello world program" without using any semicolon in C
#include <stdio.h>
void main()
{
if(printf("Hello world"))
{
}
}

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : semicolon ...

Write one statement equivalent to the following two statementsx=sqr(a);return(x);Choose from one of the alternativesa.return(sqr(a));b.printf("sqr(a)");c.return(a*a*a);d.printf("%d",sqr(a));

Latest Answer : A.semicolon ...

Write one statement equivalent to the following two statements:   x=sqrA.;  return(x);Choose from one of the alternativesA. return(sqrA)B. printf("sqrA.")C. return(a*a*a)D. printf("%d",sqrA.)

1. Difference between "C structure" and "C++ structure".2. Diffrence between a "assignment operator" and a "copy constructor"3. What is the difference between "overloading" 
Latest Answer : jhglk; ...
Read Answers (17) | Asked by : Srikanth

Latest Answer : #include void main(){ if(printf("Hello world")){}} ...
Read Answers (2) | Asked by : abbas


 Sponsored Links

 
Related Articles

How To Write The Main Heading For Your Essay

How To Write The Main Heading For Your Essay When you write an essay you will want to make sure you write a good heading To write a good heading you will need to plan your essay very effectively If you remember any good points from lectures these could be things you may want to use to create a good
 

How To Write a Good Essay

How To Write a Good Essay While there are many different methods you can use to write an essay standard essays will follow specific formats Understanding the basic format of an essay will allow you to write informative articles which will capture the attention of those that read it mosgoogle The fir
 

How To Write A College Essay

How To Write A College Essay The best way to write a college essay is to start by brainstorming ideas You will also want to make a list of topics you re interested in While there are other ways you can write a college level essay this method is the easiest mosgoogle When you brainstorm you will want
 

How To Write A Killer Resume

How To Write A Killer Resume When you apply for a job it can be argued that your resume is the single most important factor to whether or not you will be hired It is not uncommon for people to spend days making sure they create the perfect resume mosgoogle Making even small mistakes on your resume c
 

Web 2.0 and The Read/Write Web

Web 2 0 and The Read Write Web One of the emerging themes of Web 2 0 is the ability for users to add data to web sites directly In Web 1 0 web content was managed by so called webmasters&rdquo; The webmaster would update HTML web pages using simple text editors like Notepad or advanced web
 

How to Write a Winning Resume

An employer who puts out an ad for a job opening in his company may receive several resumes from applicants but only a small percentage of these stands out as worthy of the employer&rsquo; s notice. This just indicates that either the applicants are careless in the preparation of their resumes o
 

How to Write a Resume

The resume of a job applicant is the document that contains detailed information about him with regard to his educational background work experience and other skills that he has learned in his professional life. While the cover letter is a summarization of a resume and is the first convenient one-p
 

Web 2.0 and The Read/Write Web

Web 2.0 and The Read Write Web One of the emerging themes of Web 2.0 is the ability for users to add data to web sites directly.&nbsp; In Web 1.0 web content was managed by so-called webmasters&rdquo; .&nbsp; The webmaster would update HTML web pages using simple text editors like Not
 

How to Write Impressive Cover Letter

Your cover letter and your resume are the two documents you will need to impress an employer and be granted with an interview. Before your resume could be scrutinized your cover letter will be most likely read first. Although you could submit a resume without any cover letter you could sound more pr
 

How to Write a Convincing Cover Letter

A cover letter takes on a crucial role in your job application process. Many are ignoring the significance of a cover letter since most of the data needed are in your resume. This is true but a cover letter will help you boost your resume to your possible employer. This short letter will serve as yo
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape