print ur name 20,000 times without using inbuilt library
functions like printf,scanf,gets,puts,getchar or putchar
Answer Posted / shrikantauti
in the question itself there is clearly written print which means we must use either printf or puts. else otherwise it is not possible.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Write a program to check palindrome number in c programming?
What is return in c programming?
When should a type cast not be used?
How many types of errors are there in c language? Explain
Explain can the sizeof operator be used to tell the size of an array passed to a function?
When can a far pointer be used?
If I have a char * variable pointing to the name of a function ..
What is an example of structure?
Is c is a procedural language?
Explain how can I right-justify a string?
how can I convert a string to a number?
Write a Program to find whether the given number or string is palindrome.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Explain how can I make sure that my program is the only one accessing a file?
What does it mean when the linker says that _end is undefined?