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

Post New Answer

More C Interview Questions

Explain a file operation in C with an example.

0 Answers   Amdocs,


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

0 Answers  


What is sizeof in c?

0 Answers  


What is mean by data types in c?

0 Answers  


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  






What are the applications of c language?

0 Answers  


Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a

7 Answers  


Define and explain about ! Operator?

0 Answers  


how to set Nth bit of a variable?

1 Answers  


Sir i need notes for structure,functions,pointers in c language can you help me please

0 Answers   TCS,


what is the use of keyword volatile??

4 Answers   LG Soft,


How can I do peek and poke in c?

0 Answers  


Categories