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 / vadivelt

main()
{
if(printf("Welcome"))
//Do nothing
}

Is This Answer Correct ?    50 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can the curly brackets { } be used to enclose a single line of code?

1133


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1751


What is optimization in c?

961


What is the role of && operator in a program code?

1038


What are the different types of control structures?

1000


Is there any demerits of using pointer?

1033


Is return a keyword in c?

1042


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3871


What is function prototype in c language?

998


how many errors in c explain deply

2054


What are lookup tables in c?

967


What is the benefit of using an enum rather than a #define constant?

1194


in linking some of os executables are linking name some of them

2090


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

1150


Explain what is a const pointer?

1053