Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are header files and explain what are its uses in c programming?

0 Answers  


What is the use of volatile?

0 Answers  


swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


What are the types of type specifiers?

0 Answers  


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


How can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


Explain how does free() know explain how much memory to release?

0 Answers  


for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  


why we need function pointers?

3 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

0 Answers  


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


Categories