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 / rama krishna sidhartha

main()
{
if(printf("Welcome"))
{
}
}

(OR)

main()
{
if(printf("Welcome"))
}

Is This Answer Correct ?    13 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between far and near pointers?

993


What is an endless loop?

1240


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2730


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1215


What is function definition in c?

1029


What is main () in c?

1025


how to find anagram without using string functions using only loops in c programming

3148


What will be the outcome of the following conditional statement if the value of variable s is 10?

1243


Explain spaghetti programming?

1197


Why we use conio h in c?

1165


What is c language in simple words?

1023


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1193


how logic is used

1924


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

1159


What is cohesion and coupling in c?

990