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

how i m write c program 1.check prime number 2.prime number series

1 Answers  


What are conditional operators in C?

0 Answers   Adobe,


What is the use of a ‘’ character?

0 Answers  


Explain what is a program flowchart and explain how does it help in writing a program?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


Do you know what are the properties of union in c?

0 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


Are local variables initialized to zero by default in c?

0 Answers  


how to generate sparse matrix in c

3 Answers  


what is an inline function?

2 Answers   TCS,


How to establish connection with oracle database software from c language?

0 Answers  


Categories