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 c program to print "Welcome" without using semicolon
in the whole program ??

Answer Posted / manoj srivastava

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

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by keywords in c?

1201


about c language

2074


What is an identifier?

1087


What is a floating point in c?

1126


What are run-time errors?

1176


When can you use a pointer with a function?

1154


Under what circumstances does a name clash occur?

1274


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

1308


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1294


How can I delete a file?

1124


i want to know the procedure of qualcomm for getting a job through offcampus

2519


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1264


What is the c value paradox and how is it explained?

1107


Why is structure padding done in c?

1192


What is graph in c?

1104