logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Pick out the correct method in the c++ standard library algorithm.


  • Options
  • A. mismatch
  • B. maximum
  • C. minimum
  • D. None of these

  • Correct Answer
  • mismatch 

    Explanation

    It is a method in the search opertion in standard library algorithms.


  • Technology problems


    Search Results


    • 1. 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
    • 2. Which is also called as abstract class?

    • Options
    • A. virtual function
    • B. pure virtual function
    • C. derived class
    • D. None of these
    • Discuss
    • 3. What is the Standard Template Library?
    • Discuss
    • 4. 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
    • 5. 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
    • 6. 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
    • 7. What are static and dynamic type checking?
    • Discuss
    • 8. What is difference between QA, QC and Software Testing?
    • Discuss
    • 9. What is TDD ?
    • Discuss
    • 10. What Is Requirement Traceability Matrix ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment