Explain the uses oof nested class?
No Answer is Posted For this Question
Be the First to Post Answer
what is smart pointer & use of the smart pointer ???
What is lazy initialization in c++?
Explain stack unwinding.
write a C++ programming :if the no is between 32 to 50 it will be odd.
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is the use of "new" operator?
What is static function? Explain with an example
Why c++ is the best language?
Why preincrement operator is faster than postincrement?
What is the precedence when there is a global variable and a local variable in the program with the same name?
If I is an integer variable, which is faster ++i or i++?
How to declare a function pointer?