Differences between private, protected and public and give examples.
What does it mean to declare a member variable as static?
What is c++ runtime?
How to defines the function in c++?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
Explain stack & heap objects?
Can create new c++ operators?
What is the use of ::(scope resolution operator)?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
When does a name clash occur?
Can a constructor return a value?
What is static class data?