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 / kayalvizhi.s

#include<stdio.h>
{
main()
while(printf("welcome"))
}

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are multibyte characters?

1254


What is getch c?

1341


What is the size of a union variable?

1098


Why clrscr is used after variable declaration?

1762


What is the best way of making my program efficient?

1083


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2401


What are multibyte characters?

1190


What is chain pointer in c?

1113


What are the advantages of union?

1120


What are # preprocessor operator in c?

1169


what are the 10 different models of writing an addition program in C language?

1941


What is register variable in c language?

1062


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

2144


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

2222


Create a simple code fragment that will swap the values of two variables num1 and num2.

1329