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...

How can you print HELLO WORLD without using "semicolon"?

Answer Posted / prakash

#include<stdio.h>
#include<conio.h>
void main()
{
if(printf(hello world))
{
getch();
}
}

Is This Answer Correct ?    12 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the significance of scope resolution operator?

1453


What are dangling pointers in c?

1350


How is = symbol different from == symbol in c programming?

1102


What is self-referential structure in c programming?

1275


What is keyword with example?

1121


How can I insert or delete a line (or record) in the middle of a file?

1069


Explain how are 16- and 32-bit numbers stored?

1304


What are the 5 types of inheritance in c ++?

1071


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1352


int i=10; printf("%d %d %d", i, i=20, i);

1693


What are the 3 types of structures?

1063


Is anything faster than c?

1060


What are the Advantages of using macro

1216


How does struct work in c?

1133


How do you use a pointer to a function?

1146