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

Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


List the different types of c tokens?

0 Answers  


How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.

0 Answers  


Why is main function so important?

0 Answers  


Simplify the program segment if X = B then C ← true else C ← false

0 Answers  






#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


Explain high-order and low-order bytes.

0 Answers  


Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.

6 Answers  


What is file in c language?

0 Answers  


what are two categories of clint-server application development ?

1 Answers  


What is the difference between CV and Resume ?

2 Answers  


What is a program flowchart and how does it help in writing a program?

0 Answers  


Categories