What is the size of a vector?


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

Post New Answer

More C++ General Interview Questions

Explain shallow copy?

0 Answers  


daily Routine of father

0 Answers  


can anybody please tell me how to write a program in c++,without using semicolon(;)

6 Answers   NIIT,


Who was the creator of c++?

0 Answers  


Does there exist any other function which can be used to convert an integer or a float to a string?

0 Answers  






How many lines of code you have written for a single program?

4 Answers   BoA,


What is function prototyping? What are its advantages?

0 Answers  


Explain what you mean by a pointer.

0 Answers   TCS,


write a program that a 5 digit number and calculates 2 power that number and prints it.

2 Answers   Vimukti Technologies,


How do we implement inheritance in c++?

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,


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


Categories