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
What is the full name of logo?
What is input operator in c++?
What is c++ library?
Can we overload operator in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Is main a class in c++?
Explain the differences between private, public and protected and give examples.
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is the difference between the indirection operator and the address of oper-ator?
Explain the auto storage classes in c++.
What is encapsulation in c++ with example?
What are single and multiple inheritances in c++?
what is Loop function? What are different types of Loops?
What is srand c++?
What is the difference between function overloading and operator overloading?