How do you use a pointer to a function?


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

Post New Answer

More C Interview Questions

hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


How Many Header Files in c?

2 Answers   TCS,


How can we open a file in Binary mode and Text mode?what is the difference?

1 Answers   PanTerra,






#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


What is array in c with example?

0 Answers  


C program to perform stack operation using singly linked list

3 Answers  


whitch value return void main?

11 Answers  


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


Categories