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
What are the advantages and disadvantages of a heap?
How do we open a binary file in Read/Write mode in C?
Can a pointer be volatile in c?
Does c have enums?
What are multidimensional arrays?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How many levels of indirection in pointers can you have in a single declaration?
What is difference between structure and union in c?
What is the purpose of clrscr () printf () and getch ()?
What is the difference between single charater constant and string constant?
Write a Program to find whether the given number or string is palindrome.
Can a local variable be volatile in c?
write a programming in c to find the sum of all elements in an array through function.
Explain what is wrong in this statement?
What is the heap in c?