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
Explain how can you determine the size of an allocated portion of memory?
How to declare a variable?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What does node * mean?
What does %p mean?
What is the purpose of clrscr () printf () and getch ()?
What is a pointer in c plus plus?
Disadvantages of C language.
Explain how to reverse singly link list.
Explain what does it mean when a pointer is used in an if statement?
hi, which software companys will take,if d candidate's % is jst 55%?
what is different between auto and local static? why should we use local static?
What is a pragma?
Write a program to identify if a given binary tree is balanced or not.