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
Is there a way to jump out of a function or functions?
What is the difference between int main and void main?
What is the maximum length of an identifier?
What is character constants?
Explain can static variables be declared in a header file?
Can a pointer point to null?
Who developed c language?
Explain do array subscripts always start with zero?
Explain goto?
What are file streams?
what are the facialities provided by you after the selection of the student.
Why is event driven programming or procedural programming, better within specific scenario?
What is gets() function?
What is the maximum no. of arguments that can be given in a command line in C.?
explain what is an endless loop?