Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write a “Hello World” program in “c” without using a semicolon?

Answer Posted / mahesh

#include<stdio.h>
void main()
{
if(printf("Hello World"))
{
}

}

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1993


Who is the main contributor in designing the c language after dennis ritchie?

1051


What is a pointer in c?

1685


explain what is an endless loop?

1145


how to execute a program using if else condition and the output should enter number and the number is odd only...

2365


What do you mean by dynamic memory allocation in c?

1148


What are the advantages and disadvantages of pointers?

1119


All technical questions

2051


What are the different file extensions involved when programming in C?

1340


How can I ensure that integer arithmetic doesnt overflow?

1253


What is wrong with this declaration?

1154


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

3383


What are the Advantages of using macro

1216


What is difference between union All statement and Union?

1158


Why calloc is better than malloc?

1089