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?
Answer Posted / abhijit
http://www.c4learn.com/illegal-arithmetic-operations-with-pointer.html
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe the order of precedence with regards to operators in C.
Lists the benefits of c programming language?
What is #include called?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What are the primitive data types in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How do you list files in a directory?
Is flag a keyword in c?
Explain what’s a signal? Explain what do I use signals for?
What is variable in c example?
Is exit(status) truly equivalent to returning the same status from main?
Explain what math functions are available for integers? For floating point?
Is Exception handling possible in c language?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon