write a corrected statement in c++ so that the statement
will work properly. x = y = z + 3a;


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

Post New Answer

More C++ General Interview Questions

Which sort does c++ use?

0 Answers  


What is a multimap c++?

0 Answers  


what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.

9 Answers  


Can you overload the operator+ for short integers?

0 Answers  


What is a tuple c++?

0 Answers  






List the types of polymorphism in c++?

0 Answers  


Is c++ map a hash table?

0 Answers  


What programming language should I learn first?

0 Answers  


How const functions will be treated by compiler?

3 Answers   Symphony,


What is string in c++ programming?

0 Answers  


How do I run a program in notepad ++?

0 Answers  


What is the difference between new/delete and malloc/free?

1 Answers  


Categories