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
What is the full form of getch?
What does %p mean?
How can you increase the size of a statically allocated array?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Write a program to print "hello world" without using a semicolon?
Can we declare function inside main?
find out largest elemant of diagonalmatrix
What are the applications of c language?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is a dynamic array in c?
What tq means in chat?
How pointer is different from array?
What does sizeof return c?
What is volatile variable how do you declare it?
What is c basic?