How many times will this loop execute?

How many times will this loop execute? Explain your answer. unsigned char half_limit = 150; for (unsigned char i = 0; i < 2 * half_limit; ++i) { // do something; }

  • Rahul
  • 22 जुलाई
  • 1 उत्तर

1 उत्तर
1-1 of  1
1 Answer
C plus plus Programming
मॉक परीक्षण अभ्यास के लिए
C plus plus Programming