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

code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


which do you prefer C or Pascal?

1 Answers  


main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }

2 Answers  


difference between Low, Middle, High Level languages in c ?

0 Answers   Bosch, Infosys,


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  






What’s the special use of UNIONS?

0 Answers   ADP,


write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.

3 Answers  


Is c is a high level language?

0 Answers  


what is linkage error when it occurs in c program

3 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


Why are algorithms important in c program?

0 Answers  


Categories