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

What is information technology.

1 Answers  


What is %s and %d in c?

0 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


Is c language still used?

0 Answers  






What are integer variable, floating-point variable and character variable?

0 Answers  


What functions are used in dynamic memory allocation in c?

0 Answers  


WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

8 Answers   Carphone Warehouse, IBM, SAS,


Write a program to reverse a given number in c language?

0 Answers  


How can you restore a redirected standard stream?

0 Answers  


Is c easy to learn?

0 Answers  


what is the advantage of function pointer

16 Answers   CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,


Categories