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
Explain c preprocessor?
What are the types of type qualifiers in c?
What is unsigned int in c?
What is the acronym for ansi?
which is an algorithm for sorting in a growing Lexicographic order
praagnovation
What is extern variable in c with example?
What is hashing in c?
Is it acceptable to declare/define a variable in a c header?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is structure pointer in c?
what are the facialities provided by you after the selection of the student.
Why c is a procedural language?
What is void pointers in c?
Explain the ternary tree?