Computer Science, asked by roashni126tigga, 2 months ago

If a number divided by zero then which type of error produced​

Answers

Answered by harshid710
0

Answer:

Any number divided by zero gives the answer “equal to infinity.” Unfortunately, no data structure in the world of programming can store an infinite amount of data. Hence, if any number is divided by zero, we get the arithmetic exception .

Explanation:

Similar questions