Difference between Function to pointer and pointer to function


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

Post New Answer

More C Interview Questions

Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2 Answers   Cap Gemini, HCL,


Explain why c is faster than c++?

0 Answers  


Why doesn't C support function overloading?

2 Answers  


What is the use of structure padding in c?

0 Answers  


What is anagram in c?

0 Answers  






void main() { int i=5; printf("%d",i++ + ++i); }

21 Answers   ME,


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


What is 02d in c?

0 Answers  


where does it flourished?

0 Answers   Microsoft,


How to find a missed value, if you want to store 100 values in a 99 sized array?

0 Answers   Honeywell, Zomato,


What is difference between structure and union with example?

0 Answers  


what is pointer

1 Answers   TCS,


Categories