How will you declare an array of three function pointers where each function receives two ints and returns a float?


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

Post New Answer

More C Interview Questions

where can function pointers be used?

2 Answers  


Why we use break in c?

0 Answers  


how to find string length wihtout using c function?

6 Answers  


What is calloc() function?

0 Answers  


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

0 Answers   Zoho,


int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 Answers  


How to get string length of given string in c?

0 Answers  


What does the && operator do in a program code?

0 Answers  


What is else if ladder?

0 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..

5 Answers   Aricent, TCS,


What are the uses of a pointer?

0 Answers  


Categories