Can we use THIS Pointer in static function – Reason in C++?


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

Post New Answer

More C++ Interview Questions

There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


Write a C++ Program to Find Sum and Average of three numbers.

1 Answers  


What is C++11?

0 Answers   Adobe,


Can we call a virtual function from a constructor?

1 Answers  


What is the 4 difference between delete[] and delete?

0 Answers   Alter,






Write a C++ Program to Reverse a Number using while loop.

1 Answers  


What is a memory leak in C++?

0 Answers   Agilent,


To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


How does stack look in function calls? Write a recursive function call, how will the stack look like?

0 Answers   Adobe,


Briefly explain various access specifiers in C++.

0 Answers   Amdocs,


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


Categories