Can a void pointer point to a function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,


write a program to add two numbers of any size.....(remember any size)

1 Answers  


what does ‘#include’ mean?

1 Answers   TCS,


Why are all header files not declared in every c program?

0 Answers  


When can a far pointer be used?

0 Answers  


Why doesnt this code work?

0 Answers  


Is r written in c?

0 Answers  


Explain what is the benefit of using enum to declare a constant?

0 Answers  


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


What is null pointer constant?

0 Answers  


what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  


Categories