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

Answer Posted / sreekanth

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

Is This Answer Correct ?    5 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 'bus error'?

1208


Can you please explain the difference between malloc() and calloc() function?

1178


How are variables declared in c?

1149


Can a pointer be null?

1079


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

1142


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

2214


Write the syntax and purpose of a switch statement in C.

1150


how to count no of words,characters,lines in a paragraph.

4470


What is difference between structure and union with example?

1121


Can a local variable be volatile in c?

1053


What is use of pointer?

1165


What are the applications of c language?

1123


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

1074


How do I swap bytes?

1118


Explain what is page thrashing?

1160