describe private access specifiers?
No Answer is Posted For this Question
Be the First to Post Answer
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is size of a object of following class? class Foo { public: void foo(){} }
Why do we use iterators?
What are destructors?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
How does list r; differs from list r();?
Write about an iterator class?
Explain container class.
What is lvalue?
What is a hash function c++?
What is problem with Runtime type identification?
What is a linked list in c++?