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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nagesh
of..cource using cputs() and fputs().
both are output string to standard output.
| Is This Answer Correct ? | 4 Yes | 1 No |
What is hashing in c?
What are the types of functions in c?
What are the 4 types of unions?
What are identifiers in c?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
What are static variables, and where are they stored?
How do you search data in a data file using random access method?
Write a program on swapping (100, 50)
How many types of sorting are there in c?
What is a pointer on a pointer in c programming language?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,