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
What is size_type?
What are the advantages of using pointers in a program?
What things would you remember while making an interface?
which operator is used for performing an exponential operation a) > b) ^ c) none
How many types of comments are there in c++?
Differentiate between a constructor and a destructor in c++.
What is an adjust field format flag?
What is the basic structure of c++ program?
What is virtual function? Explain with an example
Define friend function.
What is the best free c++ compiler for windows?
Why is c++ a mid-level programming language?
What happens when you make call 'delete this;'?
Explain object slicing in c++?
What do you mean by public protected and private in c++?