Answer: C) Runtime error
Step-by-step explanation:
- Runtime error occurred during the program execution and while the program are running. Run time error are basically indicates bugs and issues in the computer program.
- Runtime error occurred when insufficient memory and memory leak are present in the program.
User error occur due to human or user interference , it is not caused by the computer hardware and software system.
Syntax error occur during the wrong syntax implementation in the program.
Logic error are basically caused by the undesirable output and wrong implementation in the source code.
Therefore, option(C) is correct.