where can function pointers be used?
Answers were Sorted based on User's Feedback
what is different between auto and local static? why should we use local static?
Are pointers integer?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
Explain 'bus error'?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
What is preprocessor with example?
What is selection sort in c?
What is the use of volatile?
Please list all the unary and binary operators in C.
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,