Why we use stdio h in c?
how to capitalise first letter of each word in a given string?
write a progrmm in c language take user interface generate table using for loop?
What is scope rule of function in c?
What happens if a header file is included twice?
Why does not use getgh(); and <conio.h> in c language.
What are local and global variables?
How can I insert or delete a line (or record) in the middle of a file?
What is a stream in c programming?
How do I get an accurate error status return from system on ms-dos?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
which is faster execution: loops or recursion?