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


Please Help Members By Posting Answers For Below Questions

What is virtual base class?

573


What is the difference between while and do while loop? Explain with examples.

600


Write about an iterator class?

612


what is data abstraction in C++?

650


What is a class template?

591






Why do we use double in c++?

601


Explain the benefits of proper inheritance.

640


What is else if syntax?

681


What is vector string in c++?

576


Which function cannot be overloaded c++?

577


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

638


What is the best way to take screenshots of a window with c++ in windows?

569


Describe new operator and delete operator?

629


Which c++ operator cannot overload?

551


What are vectors used for in c++?

624