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
Which c++ operator cannot overload?
Is c++ high level programming language?
What is new in c++?
Describe the syntax of single inheritance in C++?
what is the difference between overloading & overriding? give example.
How a macro differs from a template?
Why is "using namespace std;" considered bad practice?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Who was the creator of c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Do the parentheses after the type name make a difference with new?
Please explain the reference variable in c++?
When you overload member functions, in what ways must they differ?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Can you pass an array to a function in c++?