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 / raj
yes....use puts("PRINT F");
| Is This Answer Correct ? | 30 Yes | 3 No |
Post New Answer View All Answers
In a switch statement, explain what will happen if a break statement is omitted?
What are the types of data structures in c?
Explain the use of fflush() function?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
How can I access an I o board directly?
write a proram to reverse the string using switch case?
What is dangling pointer in c?
Explain continue keyword in c
What is hungarian notation? Is it worthwhile?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What are valid signatures for the Main function?
Explain what are bus errors, memory faults, and core dumps?
What are global variables and explain how do you declare them?
What is an array? What the different types of arrays in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?