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 / nagesh
of..cource using cputs() and fputs().
both are output string to standard output.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what do u mean by Direct access files? then can u explain about Direct Access Files?
How many types of operators are there in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Are comments included during the compilation stage and placed in the EXE file as well?
What are terms in math?
What are near, far and huge pointers?
What are data structures in c and how to use them?
Is there anything like an ifdef for typedefs?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is && in c programming?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Explain how can you be sure that a program follows the ansi c standard?
what is the function of pragma directive in c?
Explain what is a const pointer?
Are pointers integers in c?