Can we use THIS Pointer in static function – Reason in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a class in C++?
1 Answers Amazon, TCS, UGC Corporation,
What does it mean to declare a member function as static in C++?
How do you write a function that can reverse a linked-list in C++?
Describe the different styles of function prototypes in C++.
What Is A Conversion Constructor C++ ?
How to delete array of objects in C++? Proof by C++ code for proper deletion
Write a C++ Program to Display Number (Entered by the User).
When would you choose to return an error code rather than throw an exception?
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?
How to invoke a C function using a C++ program?
Tell us the size of a float variable.
C++ Public access specifier instead of Private – What is bad ?