difference between memcpy and strcpy
What is substring in c?
how to convert an char array to decimal array
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
How can I read a directory in a c program?
Why do we need arrays in c?
what is the difference between strcpy() and memcpy() function?
FILE PROGRAMMING
What is the best style for code layout in c?
How reliable are floating-point comparisons?
What is malloc calloc and realloc in c?
What is variables in c?
Is that possible to add pointers to each other?