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
Does dev c++ support c++ 11?
Show the application of a dynamic array with the help of an example.
What is a block in c++?
Define pre-condition and post-condition to a member function in c++?
What is the use of typedef?
Differentiate between a template class and class template in c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is function prototyping?
What is abstraction c++?
Is c the same as c++?
Write a program to find the Factorial of a number
What are the unique features of C++.
How do you establish a has-a relationship?
Can we use clrscr in c++?
What is rvalue?