printf(), scanf() these are

a) library functions

b) userdefined functions

c) system functions

d) they are not functions


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

Post New Answer

More C Interview Questions

What is the purpose of ftell?

0 Answers  


What is the use of sizeof?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


what are the interview question's in the language c

2 Answers   Nipuna,


What are external variables in c?

0 Answers  


why u join this call center?

6 Answers   DELL,


what is the use of macro program

1 Answers   TCS,


Is an array parameter is always "by reference" ?

1 Answers  


How can I call a function with an argument list built up at run time?

0 Answers  


difference between native and cross compilers

0 Answers  


What is linear search?

0 Answers  


Why c is called object oriented language?

0 Answers  


Categories