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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?