Hi Every one......... Please Any body give me the answer for
my question. Is it possible to print the word "PRINT F",
without using printf() statement in C-Language.
Answer Posted / rama krishna sidhartha
Yes..... By using puts() we can print it.
code:
puts("PRINT F");
By using fputs() also we can do it.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is a static function in c?
Write a program to swap two numbers without using the third variable?
How many types of arrays are there in c?
Explain union. What are its advantages?
What is a macro in c preprocessor?
Difference between Shallow copy and Deep copy?
What are static variables in c?
Why should I use standard library functions instead of writing my own?
Explain two-dimensional array.
Is it valid to address one element beyond the end of an array?
hi any body pls give me company name interview conduct "c" language only
What is null pointer in c?
What does return 1 means in c?
What is the difference between %d and %i?
What is the difference between a free-standing and a hosted environment?