31
If 'a' is an integer variable, then a=5/2 will return a value
Answer: Option [B]
a = 5/2 = 2.5
Though 'a' is an integer variable so the outcome will be 2
Answer: Option [B]
a = 5/2 = 2.5
Though 'a' is an integer variable so the outcome will be 2
Answer: Option [D]
Article and Schedule Quiz | Start Test! |
Answer: Option [A]
a*b/c
=8*3/-5
=-4.8
=-4[Though it is integer]