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 cin.read() and cin.getline()?
What is lvalue?
what is VOID?
Why #include is used?
What does std :: flush do?
What is increment operator in c++?
Does improper inheritance have a potential to wreck a project?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Is there a c++ certification?
What is the difference between an enumeration and a set of pre-processor # defines?
What are the types of pointer?
What is set in c++?
What is a down cast?
Write a note about the virtual member function?
What is the best c++ ide?