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
Why c++ is so important?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is searching? Explain linear and binary search.
Can notepad ++ run c++?
What are the extraction and insertion operators in c++?
What is data abstraction? How is it different from data encapsulation?
What is overloading unary operator?
What is a loop? What are different types of loops in c++?
Is c++ an integer?
Is it possible to get the source code back from binary file?
Is c++ the hardest language?
Is there structure in c++?
How can an improvement in the quality of software be done by try/catch/throw?
Is c++ the best programming language?
Tell me an example where stacks are useful?