What is pointer -to-members in C++? Give their syntax?


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

Post New Answer

More C++ General Interview Questions

structure that describe a hotel with name, address,rooms and number of rooms

2 Answers  


What are maps in c++?

0 Answers  


What is the full form of ios?

0 Answers  


What are friend functions in C++?

0 Answers   BlackRock,


What are the advantages of c++?

3 Answers  


How is computer programming useful in real life?

0 Answers  


Explain the difference between struct and class in terms of access modifier.

0 Answers  


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

0 Answers  


How does java differ from c and c++?

0 Answers  


Define precondition and post-condition to a member function?

1 Answers  


What is the advantage of c++ over c?

0 Answers  


Categories