edited by
663 views
1 votes
1 votes

Options are

  1. TI==(P/Q*i-1)
  2. Ti==(P/Q*i+1)
  3. Ti==(P/Q*(i-1)-1)
  4. Ti==(P/Q*(i+1)-1)
edited by

1 Answer

0 votes
0 votes
condition for overflow is      IF ( iP/Q -1 ==0)

                                            PRINT→ underflow

so option 1 is correct

Related questions

0 votes
0 votes
1 answer
1
2 votes
2 votes
0 answers
2
2 votes
2 votes
2 answers
4
jatin khachane 1 asked Dec 1, 2018
1,279 views
My doubt : What should we consider ^ operator as Bitwise XOR ? or Exponentiation