Advertisements
Advertisements
प्रश्न
Given: int p=55/0;
Name the type of error in the given statement:
पर्याय
Syntax
Logical
Runtime
Executional
MCQ
उत्तर
Runtime
Explanation:
Dividing by zero is not noticed during compilation, but it does result in a runtime problem (particularly an ArithmeticException in Java).
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?