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
give me an example for testing a program showing the test path .show how the test is important and complex.
Explain what you mean by a pointer.
How do you traverse a btree in backward in-order?
How can you say that a template is better than a base class?
Why is c++ not purely object oriented?
What apps are written in c++?
What's the order in which the objects in an array are destructed?
What does return 0 do in c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
what are the events occur in intr activated on interrupt vector table
What is the use of default constructor?
What is a tuple c++?
Can create new c++ operators?
What is the use of bit fields in structure declaration?