Show the declaration for a pointer to function returning long and taking an integer parameter.


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

Post New Answer

More C++ General Interview Questions

In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

0 Answers   College School Exams Tests, CS,


Explain what is polymorphism in c++?

0 Answers  


What you mean by early binding and late binding? How it is related to dynamic binding?

1 Answers  


What is protected inheritance?

0 Answers  


Write a program to find the Fibonacci series recursively.

0 Answers   Huawei,






What is the type of 'this' pointer?

0 Answers  


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


What is difference between rand () and srand ()?

0 Answers  


Can I have a reference as a data member of a class? If yes, then how do I initialise it?

0 Answers  


How a pointer differs from a reference?

0 Answers  


Should I learn c or c++ or c#?

0 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


Categories