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
What are single and multiple inheritances in c++?
What is a c++ map?
What are the various access specifiers in c++?
What is the basic concept of c++?
What are the uses of c++ in the real world?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What are the various arithmetic operators in c++?
Is string data type in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is an operator in c++?
What can c++ be used for?
What does ctime() do?
Please explain the reference variable in c++?
What are the methods of exporting a function from a dll?
what is upcasting in C++?