Logo 
Search:

C++ Programming FAQ

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

Which operator does represent concatenation assignment?

  Shared By: William Evans    Date: Feb 24    Category: C++ Programming    Views: 790

Answer:

Options

a) &=
b) +
c) +=
d) =

Answer : c) +=

Share: 
 

Didn't find what you were looking for? Find more on Which operator does represent concatenation assignment? Or get search suggestion and latest updates.


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