logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Where does the standard exception classes are grouped?


  • Options
  • A. namespace std
  • B. error
  • C. catch
  • D. none of these

  • Correct Answer
  • namespace std 

    Explanation

    :As these are standard exceptions, they need to be defined in the standard block, So it is defined under namespace std.


  • Technology problems


    Search Results


    • 1. Why is it expensive to use objects for exception?

    • Options
    • A. Exception object is created only if an error actually happens
    • B. Because of execution time
    • C. Memory space involved in creating an exception object
    • D. None of the mentioned
    • Discuss
    • 2. What are the operators available in dynamic memory allocation?

    • Options
    • A. new
    • B. delete
    • C. compare
    • D. both a & b
    • Discuss
    • 3. Where does the exception are handled?

    • Options
    • A. inside the program
    • B. outside the regular code
    • C. both a & b
    • D. none of these
    • Discuss
    • 4. Where does the exceptions are used?

    • Options
    • A. Exceptions are used when postconditions of a function cannot be satisfied.
    • B. Exceptions are used when postconditions of a function can be satisfied.
    • C. To preserve the program
    • D. none of these
    • Discuss
    • 5. How many kinds of entities are directly parameterized in c++?

    • Options
    • A. 1
    • B. 2
    • C. 3
    • D. 4
    • Discuss
    • 6. What will happen when introduce the interface of classes in a run-time polymorphic hierarchy?

    • Options
    • A. Separation of interface from implementation
    • B. Merging of interface from implementation
    • C. Separation of interface from debugging
    • D. None of the mentioned
    • Discuss
    • 7. What of the following describes protected access specifier?

    • Options
    • A. The variable is visible only outside inside the block
    • B. The variable is visible everywhere
    • C. The variable is visible to its block and to it?s derived class
    • D. None of these
    • Discuss
    • 8. What is the Run-Time Type Information?

    • Options
    • A. Information about an object?s datatype at runtime
    • B. Information about the variables
    • C. Information about the given block
    • D. None of these
    • Discuss
    • 9. Which is best for coding the standard libary for c++?

    • Options
    • A. no trailing underscores on names
    • B. complex objects are returned by value
    • C. have a member-swap()
    • D. All of the mentioned
    • Discuss
    • 10. How the member functions in the container can be accessed?

    • Options
    • A. Iterator
    • B. Indirect
    • C. Both a & b
    • D. None of these
    • Discuss


    Comments

    There are no comments.

Enter a new Comment