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

Why is main function so important?

0 Answers  


Define the scope of static variables.

0 Answers  


What is the meaning of int *x[]();?

1 Answers  


How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


What is the difference between typedef and #define?

0 Answers  






#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


how to find the given number is prime or not?

6 Answers   IMS, ING,


Explain why c is faster than c++?

0 Answers  


What is data structure in c programming?

0 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  


What is queue in c?

0 Answers  


Categories