Computer Science, asked by anshajkumar66, 1 month ago

What will be the result of the following two expressions if i=10 initially:

(i) ++i <= 0 (ii) i++ <= 10​

Answers

Answered by tukututu91
2

Explanation:

++i <= 0 (ii) i++ <= 10 is the answer

Similar questions