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
Why c language?
Why doesnt that code work?
Compare interpreters and compilers.
What are directives in c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
what is the height of tree if leaf node is at level 3. please explain
Write a program to check prime number in c programming?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is the role of this pointer?
What is a program flowchart and explain how does it help in writing a program?
Who is the founder of c language?
Why is structure important for a child?
What are linked lists in c?
What is the use of getch ()?
what will be maximum number of comparisons when number of elements are given?