What do you mean by function pointer?


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

Post New Answer

More C++ General Interview Questions

What is an adaptor class or wrapper class in c++?

0 Answers  


Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)

0 Answers  


What is scope operator in c++?

0 Answers  


What can I safely assume about the initial values of variables which are not explicitly initialized?

0 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


sizeof- is it functioning statically or dynamically?

2 Answers  


Define inline function

1 Answers  


What is the C-style character string?

0 Answers  


What are dynamic type checking?

0 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


You want to link a c++ program to c functions. How would you do it?

0 Answers  


Can you use the function fprintf() to display the output on the screen?

0 Answers  


Categories