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
What are near, far and huge pointers?
What is the purpose of main() function?
Can you please explain the difference between strcpy() and memcpy() function?
What is the meaning of typedef struct in c?
Why c is called procedure oriented language?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Describe wild pointers in c?
Explain what is the benefit of using const for declaring constants?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the difference between c and python?
In which language linux is written?
What is pointer & why it is used?
Are negative numbers true in c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is the right type to use for boolean values in c? Is there a standard type?