Why we use stdio h in c?


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

Post New Answer

More C Interview Questions

how to capitalise first letter of each word in a given string?

0 Answers  


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


What is scope rule of function in c?

0 Answers  


What happens if a header file is included twice?

0 Answers  


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


What are local and global variables?

3 Answers  


How can I insert or delete a line (or record) in the middle of a file?

0 Answers  


What is a stream in c programming?

0 Answers  


How do I get an accurate error status return from system on ms-dos?

0 Answers  


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


what is the difference between <stdio.h> and "stdio.h"

14 Answers   Invendis, Kanbay, Mastek, MathWorks,


which is faster execution: loops or recursion?

3 Answers  


Categories