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
What is virtual base class?
How are virtual functions implemented in c++?
Are there any special rules about inlining?
Difference between struct and class in terms of access modifier.
Explain explicit container.
What are c++ storage classes?
Differentiate between an external iterator and an internal iterator?
Define pure virtual function?
What does #define mean in c++?
How do I use turbo c++?
What are the benefits of operator overloading?
List the features of oops in c++?
What is a virtual destructor? Explain the use of it?
Why is c++ difficult?
What is an adjust field format flag?