Explain how do I determine whether a character is numeric, alphabetic, and so on?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is multidimensional arrays
What is %d called in c?
write a C program to print the program itself ?!
What is the main difference between calloc () and malloc ()?
formula to convert 2500mmh2o into m3/hr
What is the use of #define preprocessor 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 ?
What happens if a header file is included twice?
why arithmetic operation can’t be performed on a void pointer?
WHAT IS ABSTRACT DATA TYPE
how can write all 1to 100 prime numbers using for loop,if and break ?