• 2022-05-31
    When interpreting program processing language, most of them use the () method。
    A: The
    source program commands are directly interpreted and executed one by
    one
    B: First,
    the source program is converted into intermediate code, and then
    interpreted and executed.
    C: First,
    the source program interpretation is converted into the target
    program, and then executed.
    D: Any
    other method is OK