what are function pointers?


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

Post New Answer

More C++ General Interview Questions

What is namespace std; and what is consists of?

0 Answers  


When is the destructor called?

0 Answers  


What are the benefits of c++?

0 Answers  


How to demonstrate the use of a variable?

0 Answers  


What is the use of pointer in c++ with example?

0 Answers  






What is a driver program?

0 Answers  


why the size of an empty class is 1

4 Answers  


Describe private, protected and public?

0 Answers  


Why preincrement operator is faster than postincrement?

5 Answers  


What do you mean by call by value and call by reference?

1 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


Categories