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 lambda expression c++?
Write a program to find the reverse Fibonacci series starting from N.
Define a nested class. Explain how it can be useful.
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What are the benefits of c++?
What are the advantages of c++ over c?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is object in c++ wikipedia?
What are shallow and deep copies?
Which bit wise operator is suitable for putting on a particular bit in a number?
Why do we use vector in c++?
What are associate containers?
Is c++ a high level language?
Give 10 points of differences between C & C++.
How does java differ from c and c++?