Computer Science, asked by ashreya1906, 8 months ago

12)What will be the output of the following code?
(i)bool(int('0')) (11)bool(str(0)) (11) bool(0)​

Answers

Answered by shreyahalder649
0

Explanation:

include void main() { int s=0; while(s++<10) { if(s<4 && s<9) continue; printf("%dt", s); } }

hope this will help uh ❤️

Similar questions