What are the type and the value of the expression
a > 4 || a == b ? ab: a/b
after the following declarations: int a = 5; int b = 0;?
Explain your answer in particular, provide the type and value of each relevant
subexpression).
