Write a corrected statement in c++ so that the statement
will work properly. x + y=z;
Answers were Sorted based on User's Feedback
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What are structures and unions?
What do manipulators do?
Define private, protected and public access control.
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
Does c++ support multilevel and multiple inheritances?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
When should we use container classes instead of arrays?
What are the basics concepts of OOPS?
What is the use of volatile variable?
What is iterator in c++?