Write a corrected statement in c++ so that the statement
will work properly. x =+ 7;
Answer Posted / rose
x+=7
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the difference between structure and class?
What are the 2 main types of data structures?
Write about the scope resolution operator?
What is the best c++ book?
Explain unexpected() function?
What do you mean by inheritance in c++? Explain its types.
Explain deep copy?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Explain abstraction.
Which is better turbo c++ or dev c++?
How many different levels of pointers are there?
Differentiate between late binding and early binding. What are the advantages of early binding?
Is c++ a pure oop language?
What is singleton pattern in c++?
what is multi-threading in C++?