What is pointer to member?


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

Post New Answer

More C++ General Interview Questions

Explain method of creating object in C++ ?

0 Answers   Wipro,


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


what is pulse code modulation?

2 Answers   Wipro,


What are the various operations performed on stack?

0 Answers  






A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


Why do we need c++?

0 Answers  


Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


Is java based off c++?

0 Answers  


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


What are built-in functions? What is the syntax for the definition?

0 Answers  


Explain the differences between private, public and protected and give examples.

0 Answers  


Categories