1. Question: In C++, the keyword auto can be used for:

    A
    Automatic assignment of data to objects during instantiation

    B
    Automatic call of a function

    C
    Declaration of a local variable

    D
    Automatically erasing an object when it is no longer needed

    E
    Automatic handling of run-time errors in the program

    F
    Automatic termination of a program in case the user does not respond within a given time period

    G
    Automatic creation of variables

    Note: Not available
    1. Report
  2. Question: If a matching catch handler (or ellipsis catch handler) cannot be found for the current exception, then the following predefined runtime function is called ______.

    A
    abort

    B
    set_terminate

    C
    terminate

    D
    close

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd