• 2022-05-27
    Which one of the following statements is right?
    A: Function definitions can be nested, but function calls cannot be nested.
    B: Function definitions cannot be nested, but function calls can be nested.
    C: Both function definitions and function calls cannot be nested.
    D: Both function definitions and function calls can be nested.