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



Hi Every one......... Please Any body give me the answer for my question. Is it possible to print t..

Answer / raj

yes....use puts("PRINT F");

Is This Answer Correct ?    30 Yes 3 No

Hi Every one......... Please Any body give me the answer for my question. Is it possible to print t..

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

Hi Every one......... Please Any body give me the answer for my question. Is it possible to print t..

Answer / nagesh

of..cource using cputs() and fputs().
both are output string to standard output.

Is This Answer Correct ?    4 Yes 1 No

Hi Every one......... Please Any body give me the answer for my question. Is it possible to print t..

Answer / veerababu

printf(" ");

Is This Answer Correct ?    4 Yes 16 No

Post New Answer

More C Interview Questions

Tell me what are bitwise shift operators?

0 Answers  


You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.

2 Answers   Microsoft,


What is keyword in c?

0 Answers  


What are 'near' and 'far' pointers?

0 Answers  


what does ‘#include’ mean?

1 Answers   TCS,






What should not contain a header file?

2 Answers  


What is Generic pointer? What is the purpose of Generic pointer? Where it is used?

3 Answers  


What do you mean by keywords in c?

0 Answers  


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


Is a house a mass structure?

0 Answers  


What is pass by reference in c?

0 Answers  


Categories