what do u mean by Direct access files?
then can u explain about Direct Access Files?
How can I increase the allowable number of simultaneously open files?
please send me the code for multiplying sparse matrix using c
what is the function of pragma directive in c?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
How can I call a function with an argument list built up at run time?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
How can I read a directory in a c program?
When the macros gets expanded?
What does do in c?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?