logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the Standard Template Library?


  • Correct Answer
  • A library of container templates approved by the ANSI committee for inclusion in the standard C++ specification A programmer who then launches into a discussion of the generic programming model, iterators, allocators, algorithms, and such, has a higher than average understanding of the new technology that STL brings to C++ programming 

  • Tags: Software Architect

    Technology problems


    Search Results


    • 1. In which of the following we cannot overload the function?

    • Options
    • A. return function
    • B. caller
    • C. called function
    • D. none of the mentioned
    • Discuss
    • 2. Which of the following type of data member can be shared by all instances of its class?

    • Options
    • A. Public
    • B. Inherited
    • C. Static
    • D. None
    • Discuss
    • 3. How do you check the syntax of a JCL without running it?
    • Discuss
    • 4. How will you call the return code of JCL ?
    • Discuss
    • 5. What is the use of SYSPRINT, SYSIN, DUMMY in JCL ?
    • Discuss
    • 6. Which is also called as abstract class?

    • Options
    • A. virtual function
    • B. pure virtual function
    • C. derived class
    • D. None of these
    • Discuss
    • 7. What will happen when an exception is not processed?

    • Options
    • A. It will eat up lot of memory and program size
    • B. Terminate the program
    • C. Crash the compiler
    • D. None of the mentioned
    • Discuss
    • 8. Pick out the correct method in the c++ standard library algorithm.

    • Options
    • A. mismatch
    • B. maximum
    • C. minimum
    • D. None of these
    • Discuss
    • 9. What is meant by heap?

    • Options
    • A. Used for fast reterival of elements
    • B. Used for organising the elements
    • C. Both a & b
    • D. None of the mentioned
    • Discuss
    • 10. What are static and dynamic type checking?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment