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

If all is successful, what should main return a) 0 b) 1 c) void

0 Answers  


How to declaring variables in c++?

0 Answers  


What does new in c++ do?

0 Answers  


Is java the same as c++?

0 Answers  


What will happen if when say delete this ?

7 Answers  


Can recursive program be written in C++?

0 Answers  


Will c++ be replaced?

0 Answers  


Define a nested class.

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


Should the member functions which are made public in the base class be hidden?

0 Answers  


What are the benefits of operator overloading?

0 Answers  


What is c++ and its features?

0 Answers  


Categories