Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which of the following operators cannot use friend functions for overloading?

  Shared By: Samuel Evans    Date: Nov 17    Category: C++ Programming    Views: 1790

Answer:

I. ==
II. ( )
III. [ ]
IV. ->

Options

a) I only
b) II only
c) II, III and IV
d) I, II and III

Answer : c) II, III and IV

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: