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
Difference between a homogeneous and a heterogeneous container
Is java a c++?
What are the basics of local (auto) objects?
What is the difference between global int and static int declaration?
What is the size of integer variable?
What is the use of object in c++?
What do you mean by early binding?
What is a constant? Explain with an example.
What is == in programming?
What is size_type?
What is exception handling? Does c++ support exception handling?
What is the difference between ++ count and count ++?
Is nan a c++?
Does c++ have finally?
How do you clear a set in c++?