What is the difference between formatted&unformatted i/o functions?


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

Post New Answer

More C Interview Questions

What is static and auto variables in c?

0 Answers  


Can we use visual studio for c?

0 Answers  


What is a structural principle?

0 Answers  


what is computer

4 Answers  


What is strcmp in c?

0 Answers  






What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


C program to read the integer and calculate sum and average using single dimensional array

0 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


what is use of malloc and calloc?

0 Answers  


What is wrong in this statement?

0 Answers  


the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  


Categories