What are containers in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is class and structure in c++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is pointer with example?
What is function declaration in c++ with example?
Tell me what are static member functions?
what is difference between internet and Internet?
12 Answers College School Exams Tests, Microsoft, MIT, TCS,
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Why use of template is better than a base class?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is &x in c++?
What are shallow and deep copy?
How do you establish an is-a relationship?