What is a container class?
No Answer is Posted For this Question
Be the First to Post Answer
What is a constructor in c++ with example?
What are the advantages of using pointers in a program?
How can you tell what shell you are running on unix system?
What does int * mean in c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
How do you link a C++ program to C functions?
What are c++ tokens?
what is the C++
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
What is the size of a vector?