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 is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.

12 Answers   Google,


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


What is this pointer in c plus plus?

0 Answers  


What is the difference between array and pointer in c?

0 Answers  


What are the concepts introduced in OOPs?

3 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


What is an endless loop?

0 Answers  


program to find the magic square

1 Answers   Infosys,


Write a program to print ASCII code for a given digit.

0 Answers   EXL, HCL,


Categories