Explain pointer. What are function pointers in C?


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

Post New Answer

More C Interview Questions

What is pointer in c?

0 Answers  


In which layer of the network datastructure format change is done

0 Answers   Honeywell,


what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 Answers   Wipro,


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


What is the use of putchar function?

0 Answers  






what r the cpu registers r ther?

1 Answers  


How can I recover the file name given an open stream?

0 Answers  


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,


difference between string and array?

6 Answers  


What is the difference function call by value & function call by reference?

6 Answers  


What does node * mean?

0 Answers  


without using arithmatic operator convert an intger variable x into x+1

3 Answers  


Categories