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

can we print any string in c language without using
semicolon(;)(terminator) in whole program.

Answer Posted / geeta

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

}

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are local variables c?

1071


When is a void pointer used?

1307


Which one would you prefer - a macro or a function?

1132


Is main a keyword in c?

1182


Why do we use return in c?

1046


what is a function method?give example?

2414


Are there constructors in c?

1060


What is difference between main and void main?

1285


What is array in C

1211


What is "Duff's Device"?

1221


Do you know what are bitwise shift operators in c programming?

1153


Is null always defined as 0(zero)?

1177


while initialization of array why we use a[][2] why not a[2][]...?

2400


What is n in c?

1109


What is the description for syntax errors?

1216