McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Computer Science Engineering (CSE)
→
CPP Programming
→
Which of the followings is/are pointer-t...
Q.
Which of the followings is/are pointer-to-member declarator?
A.
->*
B.
.*
C.
::*
D.
both A and B
Answer» C. ::*
1k
0
Do you find this helpful?
3
View all MCQs in
CPP Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which of the followings is/are automatically added to every class, if we do not write our own?
Which is the pointer which denotes the object calling the member function?
Which of the following is true about constructors? 1) They cannot be virtual. 2) They cannot be private. 3) They are automatically called by new operator.
Which operator is having the highest precedence?
Which of the following is FALSE about references in C++?
Which of the following functions must use reference?
Which of the following is true?
Which of the following is not correct for virtual function in C++?
Which of the following is not correct (in C++)? 1. Class templates and function templates are instantiated in the same way 2. Class templates differ from function templates in the way they are initiated 3. Class template is initiated by defining an object using the template argument 4. Class templates are generally used for storage classes
Which of the following cannot be passed to a function in C++?