Write a corrected statement in c++ so that the statement
will work properly. x =+ 7;
Answer Posted / ravin
x+=7;
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When should I use unitbuf flag?
What happens when the extern "c" char func (char*,waste) executes?
What is friend class in c++ with example?
What is long in c++?
What is c++ namespace?
What are the comments in c++?
What is a static member?
What are the 3 levels of programming languages?
List the advantages of inheritance.
How do I run c++?
Write a recursive program to calculate factorial in c++.
What is vector pair in c++?
What is meant by iomanip in c++?
Explain the properties and principles of oop.
What is one dimensional array in c++?