What is the difference between scanf and fscanf?


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

Post New Answer

More C Interview Questions

write a program to sort the elements in a given array in c language

10 Answers   TCS,


What is a newline escape sequence?

0 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


What are the features of c languages?

0 Answers  


How many keywords are there in c?

0 Answers  






Where are the auto variables stored?

0 Answers   TISL,


write a program to copy the string using switch case?

0 Answers   Mind Tree,


Is Exception handling possible in c language?

0 Answers   Wipro,


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


how do you execute a c program in unix.

0 Answers  


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


Categories