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


how can u print a message without using any library function
in c



how can u print a message without using any library function in c..

Answer / sreekanth

void main()
{
clrscr();
printf("Hello World");
getch();
}

Is This Answer Correct ?    5 Yes 24 No

Post New Answer

More C Interview Questions

i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

1 Answers   CSC,


Why clrscr is used in c?

0 Answers  


What is void main () in c?

0 Answers  


Read two numbers from keyboard and find maximum of them?

1 Answers  


What is c programing language?

0 Answers  


Difference between malloc() and calloc() function?

0 Answers  


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

0 Answers  


what is calloc and malloc?

2 Answers  


What are the standard predefined macros?

0 Answers  


What is echo in c programming?

0 Answers  


How many types of errors are there in c language? Explain

0 Answers  


write a c program to find the probability of random numbers between 1-1000

0 Answers   ADS,


Categories