What are 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

Is c++ a good beginners programming language?

0 Answers  


What are manipulators in c++ with example?

0 Answers  


why the size of an empty class is 1

4 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


What is a far pointer? where we use it?

0 Answers  






What is type of 'this' pointer? Explain when it is get created?

0 Answers  


Which is not a valid keyword a) public b) protected c) guarded

0 Answers  


What are the various compound assignment operators in c++?

0 Answers  


Can a new be used in place of old mallocq? If yes, why?

0 Answers  


Why are arrays usually processed with for loop?

0 Answers  


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

0 Answers   Care,


What is namespace std; and what is consists of?

0 Answers  


Categories