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 are the functions to open and close file in c language?

0 Answers  


which is conditional construct a) if statement b) switch statement c) while/for d) goto

0 Answers  


Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?

1 Answers   Infosys,


What is the use of a static variable in c?

0 Answers  


Is c procedural or functional?

0 Answers  






What are the types of operators in c?

0 Answers  


What is graph in c?

0 Answers  


print 1-50 with two loop & two print Statement

2 Answers  


What is the difference between call by value and call by reference in c?

0 Answers  


Differentiate between ordinary variable and pointer in c.

0 Answers  


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


Explain a file operation in C with an example.

0 Answers   Amdocs,


Categories