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

Why is it usually a bad idea to use gets()? Suggest a workaround.

913


Once I have used freopen, how can I get the original stdout (or stdin) back?

631


what is reason of your company position's in india no. 1.

1779


Differentiate between calloc and malloc.

762


Write a program with dynamically allocation of variable.

607






What is difference between structure and union?

606


What are header files and what are its uses in C programming?

642


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

768


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1471


hi any body pls give me company name interview conduct "c" language only

1672


in iso what are the common technological language?

1639


What is c language and why we use it?

626


What are the key features in c programming language?

622


What does 4d mean in c?

951


What should malloc() do?

651