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 type qualifiers?

0 Answers  


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


how the compiler treats any volatile variable?Explain with example.

1 Answers   Tata Elxsi,


what is c programming?

3 Answers   TCS,


What is a MAC Address?

0 Answers  


Explain how do you determine whether to use a stream function or a low-level function?

0 Answers  


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 Answers   Hughes, Tech Mahindra,


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  


Explain what are the standard predefined macros?

0 Answers  


Is there a way to compare two structure variables?

0 Answers  


Categories