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

What is the full form of getch?

0 Answers  


Explain Function Pointer?

0 Answers   Wipro,


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


What are header files? What are their uses?

0 Answers  


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  






What is malloc() function?

0 Answers  


What are the parts of c program?

0 Answers  


Describe the difference between = and == symbols in c programming?

0 Answers  


Explain what are binary trees?

0 Answers  


1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 Answers   CSC,


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

0 Answers  


Who developed c language?

0 Answers  


Categories