logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Exlpain STL.


  • Correct Answer
  • STL stands for Standard Template Library It is a library of container templates approved by the ANSI committee for inclusion in the standard C++ specification 


  • Technology problems


    Search Results


    • 1. .What are Stacks? Give an example where they are useful.
    • Discuss
    • 2. What are the advantages of using friend classes?
    • Discuss
    • 3. Explain one-definition rule (ODR).
    • Discuss
    • 4. What is mandatory for designing a new container?

    • Options
    • A. Classes
    • B. Iterators
    • C. Container
    • D. None of these
    • Discuss
    • 5. What do vectors represent?

    • Options
    • A. Static arrays
    • B. Dynamic arrays
    • C. Stack
    • D. Queue
    • Discuss
    • 6. What is a Wrapper class?
    • Discuss
    • 7. What do you mean by stack unwinding?
    • Discuss
    • 8. Difference between Stack and Queue
    • Discuss
    • 9. What is the scope resolution operator?
    • Discuss
    • 10. Differentiate between realloc() and free().
    • Discuss


    Comments

    There are no comments.

Enter a new Comment