What is pointer to member?
Answer / Sharad Kumar Omkar
A pointer to member is a variable that stores the address of a non-static member in a class. It allows accessing or modifying members of an object using a pointer, similar to how regular pointers access data. Syntax: `type *class_name::*`
| Is This Answer Correct ? | 0 Yes | 0 No |
Will a catch statement catch a derived exception if it is looking for the base class?
Is c++ used anymore?
Is recursion allowed in inline functions?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is else if syntax?
Can a function take variable length arguments, if yes, how?
You want to link a c++ program to c functions. How would you do it?
How much do c++ programmers make?
By using c++ with an example describe linked list?
Is c++ still being used?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Write any small program that will compile in "C" but not in "C++"