How do you declare A pointer to a function which receives nothing and returns nothing


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

Post New Answer

More C++ General Interview Questions

What is a .lib file in c++?

0 Answers  


What are activex and ole?

0 Answers  


What does #define mean in c++?

0 Answers  


What is the cout in c++?

0 Answers  


What is problem with Runtime type identification?

2 Answers  






Differentiate between the manipulator and setf( ) function?

0 Answers  


What size is allocated to the union variable?

0 Answers  


How many types of scopes are there in c++?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What does count ++ do in c++?

0 Answers  


Is c++ vector dynamic?

0 Answers  


Comment on assignment operator in c++.

0 Answers  


Categories