Member dereferencing operators in CPP - Pointers
        
	  
	
    Q.  Which of the following are member dereferencing operators in CPP?
1. *
2. ::
3. ->* 
4. ::*
5. -> - Published on 17 Jul 15a. Only 1, 3, 4 
b. Only 1 and 5 
c. Only 3 and 4 
d. Only 3,4,5
ANSWER: Only 1, 3, 4