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


Please Help Members By Posting Answers For Below Questions

What is the return type of sizeof?

588


How to set file pointer to beginning c?

666


explain what are actual arguments?

633


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

807


Can a pointer be null?

560






How can you find the exact size of a data type in c?

601


Is c pass by value or reference?

595


What is hashing in c?

640


Is python a c language?

550


Differentiate between #include<...> and #include '...'

617


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

608


Can the “if” function be used in comparing strings?

591


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

703


Is Exception handling possible in c language?

1581


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1325