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

What is memmove?

1 Answers   Oracle,


Explain how do you determine a file’s attributes?

0 Answers  


Tell me what is null pointer in c?

0 Answers  


How many data structures are there in c?

0 Answers  


Where is c used?

0 Answers  






how can i get this by using for loop? * ** * **** * ******

3 Answers   Excel,


find second largest element in array w/o using sorting techniques? use onle one for loop.

15 Answers   BitWise, Zycus Infotech,


how to find your architecture is LittleEndian or BigEndian?

1 Answers  


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


What is the difference between procedural and declarative language?

0 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


Categories