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
When should structures be passed by values or by references?
How can I delete a file?
What are the types of pointers in c?
Why is not a pointer null after calling free?
Explain what are preprocessor directives?
What is the difference between ‘g’ and “g” in C?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are the 4 data types?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Why c is faster than c++?
Are global variables static in c?
What does a function declared as pascal do differently?
Tell me when is a void pointer used?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include