Write a corrected statement in c++ so that the statement
will work properly. x + y=z;
Answer Posted / rose
z= x+y
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can you quickly find the number of elements stored in a static array?
What is function overloading in C++?
Is c++ faster than c?
Define the process of error-handling in case of constructor failure?
Should I learn c or c++ or c#?
Can I learn c++ in a week?
Explain method of creating object in C++ ?
What is anonymous object in c++?
How to give an alternate name to a namespace?
Explain static and dynamic memory allocation with an example each.
What does I ++ mean in c++?
Define what is constructor?
Can you use the function fprintf() to display the output on the screen?
What is virtual destructor? What is its use?
What is auto used for in c++?