Explain explicit container.


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

Post New Answer

More C++ General Interview Questions

Can recursive program be written in C++?

0 Answers  


Which sort does c++ use?

0 Answers  


What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


Explain the difference between using macro and inline functions?

0 Answers  






If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


When do we run a shell in the unix system?

0 Answers  


Difference between Top down and bottom up approaches for a given project ?

14 Answers   BSNL, CSC, HCL, HP, IIT, Infosys, Siemens,


How to create a pure virtual function?

1 Answers  


What is ifstream c++?

0 Answers  


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

0 Answers  


What is the use of dot in c++?

0 Answers  


Categories