Select from following answers:- 0

- 0.5
- 4
- 0.25
- All Above
All is in integer so the result of 0.25 is taken as 0 only.
See the the actual result by evaluating by
select cast(2 as float)/cast(2 as float)/cast(4 as float)
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator