What do header files do?
No Answer is Posted For this Question
Be the First to Post Answer
find the sum of two matrices and WAP for it.
What is variable in c example?
what is the use of operator ^ in C ? and how it works?
main() { float a=3.2e40; printf("%d",a); }
Write a program of prime number using recursion.
code for find determinent of amatrix
Difference between fopen() and open()?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
what is diffrence between string and character array?
Magic square
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
why we use "include" word before calling the header file. is there any special name for that include??????