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

Answer Posted / ravin

z=x+y;

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What data encapsulation is in c++?

599


What are proxy objects in c++?

645


Write about the members that a derived class can add?

572


What is a character in c++?

569


What is a forward referencing and when should it be used?

581






By using c++ with an example describe linked list?

607


Why pointer is used in c++?

619


Which c++ operator cannot overload?

555


what are the iterator and generic algorithms.

1691


What will the line of code below print out and why?

332


Difference between overloaded functions and overridden functions

584


Should the this pointer can be used in the constructor?

558


What do you understand by zombie objects in c++?

622


How are Structure passing and returning implemented by the compiler?

603


Is set c++?

573