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

Answers were Sorted based on User's Feedback



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

Answer / rose

z= x+y


Is This Answer Correct ?    4 Yes 0 No

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

Answer / ravin

z=x+y;

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the oldest programming language?

0 Answers  


What is a constant reference?

0 Answers  


Compare compile time polymorphism and Runtime polymorphism

1 Answers  


What is static function? Explain with an example

0 Answers  


How do you add an element to a set in c++?

0 Answers  






Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


What is the use of map in c++?

0 Answers  


Can I learn c++ as my first language?

0 Answers  


What is compilation?

1 Answers   Datamatics, TCS,


Write my own zero-argument manipulator that should work same as hex?

0 Answers  


How a macro differs from a template?

0 Answers  


What is operator overloading in c++ example?

0 Answers  


Categories