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
Should the member functions which are made public in the base class be hidden?
What are c++ variables?
How do you add an element to a set in c++?
write a function signature with various number of parameters.
What are the four partitions in which c++ compiler divides the ram?
Explain the differences between private, public and protected and give examples.
What is cout flush?
What is stl containers in c++?
What are disadvantages of pointers?
How do you clear a buffer in c++?
What is the basic concept of c++?
How do I tokenize a string in c++?
What is a map in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Explain the concept of friend function in c++?