Explain explicit container.


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

Post New Answer

More C++ General Interview Questions

What are the differences between a struct in C and in C++?

8 Answers   Amazon, Wipro,


What information can an exception contain?

0 Answers  


What is difference between c++ 11 and c++ 14?

0 Answers  


What does new in c++ do?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  






Why null pointer is used?

0 Answers  


Is c++ an oop?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


Can create new c++ operators?

0 Answers  


How many types of comments are there in c++?

0 Answers  


Differentiate between an external iterator and an internal iterator?

0 Answers  


What is near, far and huge pointers? How many bytes are occupied by them?

0 Answers  


Categories