24.what is a void pointer?
25.why arithmetic operation can’t be performed on a void
pointer?
26.differentiate between const char *a; char *const a;
and char const *a;
27.compare array with pointer?
28.what is a NULL pointer?
29.what does ‘segmentation violation’ mean?
30.what does ‘Bus Error’ mean?
31.Define function pointers?
32.How do you initialize function pointers? Give an example?
33.where can function pointers be used?
No Answer is Posted For this Question
Be the First to Post Answer
Why C language is a procedural language?
What is the proper way of these job Tell me about there full work
What is difference between far and near pointers?
String concatenation
why do some people write if(0 == x) instead of if(x == 0)?
What is a volatile keyword in c?
main() { int a; a=++100; printf("%d",a); getch(); }
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
What is c programing language?
how to determine the complexity of an algorithm as log(n)
What is double pointer in c?
Explain bit masking in c?