const char *
char * const
What is the differnce between the above two?
Answers were Sorted based on User's Feedback
write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1
Can a constructor throw a exception? How to handle the error when the constructor fails?
Is c++ a pure oop language?
What are c++ stream classes?
What is setw manipulator in c++?
What is abstraction in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is private inheritance?
Why is c++ considered difficult?
Tell me can a pure virtual function have an implementation?
Should a constructor be public or private?
Explain the difference between new() and malloc() in c++?