Examveda
Examveda

What is the result of the expression (6 + 3) / 0 in C?

A. 0

B. Infinity

C. Compilation error

D. Runtime error

Answer: Option D

Solution(By Examveda Team)

In C, dividing a number by zero is undefined and leads to a runtime error. The expression (6 + 3) / 0 will result in a runtime error because dividing by zero is not allowed in mathematics or in C programming.

This Question Belongs to C Program >> Operators And Expressions

Join The Discussion

Related Questions on Operators and Expressions