Write a corrected statement in c++ so that the statement
will work properly. x =+ 7;
Answers were Sorted based on User's Feedback
What is the use of "new" operator?
How much maximum can you allocate in a single call to malloc()?
What is the main use of c++?
What are the uses of pointers?
Give an example of run-time polymorphism/virtual functions.
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is ifstream c++?
Is overriding possible in c++?
What are friend functions?
What is the best c++ book for beginners?
What problem does the namespace feature solve?
State two differences between C and C++.