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
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is a structure member in c?
what is event driven software and what is procedural driven software?
Can we initialize extern variable in c?
What are the advantages of Macro over function?
Is a pointer a kind of array?
What is the difference between malloc calloc and realloc in c?
How pointer is different from array?
What are the different types of linkage exist in c?
List the variables are used for writing doubly linked list program.
what is reason of your company position's in india no. 1.
Explain the use of 'auto' keyword in c programming?
What is the difference between memcpy and memmove?
What is a 'null pointer assignment' error?