What is the difference between printf and scanf in c?


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

Post New Answer

More C Interview Questions

What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

0 Answers  


Explain how can I write functions that take a variable number of arguments?

0 Answers  


how to write palindrome program?

3 Answers  


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,






find the minimum of three values inputted by the user

3 Answers  


wap in c to accept a number display the total count of digit

4 Answers  


What is the method to save data in stack data structure type?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  


is forign key will be unique key any table or not?

2 Answers  


Where static variables are stored in c?

0 Answers  


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

1 Answers  


Categories