Computer Science, asked by nitikanaveen09, 8 months ago

What is the output of bool(5)?

True

0

False

1

Valid​

Answers

Answered by rupanb91
0

Answer:

Explanation: If the argument passed to the bool function does not amount to zero then the Boolean function returns true else it always returns false. In the above code, in first line 'False' is passed to the function which is not amount to 0. Therefore output is true.

Answered by geethu2008
0

out put is 0

Explanation:

I think it help u a lot so pls follow me

Similar questions