What is the use of printf() and scanf() functions?


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

Post New Answer

More C Interview Questions

How does selection sort work in c?

0 Answers  


What is a buffer in c?

0 Answers  


What is wild pointer in c?

0 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work

2 Answers  






What is the function of this pointer?

0 Answers   Agilent, ZS Associates,


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


What should not contain a header file?

2 Answers  


What is main function in c?

0 Answers  


What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


Should a function contain a return statement if it does not return a value?

0 Answers  


Categories