FORMATTED INPUT/OUTPUT functions are

a) scanf() and printf()

b) gets() and puts()

c) getchar() and putchar()

d) all the above


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


When should a far pointer be used?

0 Answers   Aspire, Infogain,


Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


What is your stream meaning?

0 Answers  


How to removing white spces in c programming only bu using loops

2 Answers  






Explain what is the most efficient way to store flag values?

0 Answers  


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???

2 Answers   TCS,


What is the difference between mpi and openmp?

0 Answers  


What is c basic?

0 Answers  


What does extern mean in a function declaration?

4 Answers  


What do you mean by a local block?

0 Answers   InterGraph,


Categories