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 will the preprocessor do for a program?
what are enumerations in C
What is anagram in c?
What is a floating point in c?
Explain how do you convert strings to numbers in c?
How can I delete a file?
Why do we use main function?
Explain how are 16- and 32-bit numbers stored?
how can f be used for both float and double arguments in printf? Are not they different types?
Where are some collections of useful code fragments and examples?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
How can I run c program?
Do string constants represent numerical values?
can anyone suggest some site name..where i can get some good data structure puzzles???