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
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is a map in c++?
State two differences between C and C++.
What is c++ & why it is used?
Is c++ a low level language?
Is c++ a programming language?
What are c++ storage classes?
What does the ios::ate argument do?
What is the advantage of an external iterator.
When should you use global variables?
Which programming language should I learn first?
Why do we need c++?
How one would use switch in a program?
What are all predefined data types in c++?
How compile and run c++ program in turbo c++?