What is capacity in vector in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is enum class in c++?

0 Answers  


What does count ++ do in c++?

0 Answers  


If dog is a friend of boy, is boy a friend of dog?

0 Answers  


Explain abstraction.

0 Answers  


What is an arraylist c++?

0 Answers  






Define friend function.

0 Answers  


Specify some guidelines that should be followed while overloading operators?

0 Answers  


Search for: what is pair in c++?

0 Answers  


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


Explain "const" reference arguments in function?

0 Answers  


Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


Implement strncpy

3 Answers  


Categories