Explain explicit container.


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

Post New Answer

More C++ General Interview Questions

how to swap two strings without using any third variable ?

11 Answers  


Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 Answers  


Write a program to find the Fibonacci series recursively.

0 Answers   Huawei,


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


What are vectors used for in c++?

0 Answers  






There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.

2 Answers   Nagarro,


when can we use copy constructor?

6 Answers   HP,


What is a tree in c++?

0 Answers  


Which sort does c++ use?

0 Answers  


What is an operator function? Describe the function of an operator function?

0 Answers   Fidelity,


Explain the use of vtable.

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


Categories