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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is oop in c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 Answers  


Is c# written in c++?

0 Answers  


Define inline function

1 Answers  


What is abstraction in c++ with example?

0 Answers  






#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


Is c++ the best programming language?

0 Answers  


What do you know about near, far and huge pointer?

0 Answers  


Can I learn c++ in a week?

0 Answers  


Should the member functions which are made public in the base class be hidden?

0 Answers  


What is an operator function? Describe the function of an operator function?

0 Answers   Fidelity,


What is the topic of the C++ FAQ list?

1 Answers  


Categories