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's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


What is a good data structure to use for storing lines of text?

0 Answers  


What is linear search?

0 Answers  


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


code for concatination of 2 strings with out using library functions?

3 Answers  






please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


What is the difference between File pointer and Internal Charecter Pointer?

2 Answers   TATA,


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


What is the scope of static variables?

1 Answers  


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


How a string is stored in c?

0 Answers  


program for comparing 2 strings without strcmp()

4 Answers  


Categories