What is the difference between printf and scanf )?


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

Post New Answer

More C Interview Questions

What is local and global variable in c?

0 Answers  


what do you mean by defining a variable in our c code?

2 Answers  


how can i get this by using for loop? * ** * **** * ******

3 Answers   Excel,


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


How do I read the arrow keys? What about function keys?

0 Answers  






What is %d used for?

0 Answers  


how to find binary of number?

2 Answers  


how many keywords do C compile?

7 Answers   Microsoft, Practical Viva Questions,


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

0 Answers  


What is a function in c?

0 Answers  


What is putchar() function?

0 Answers  


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


Categories