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; }
- 9219 Views
- 1 Answers
Your Answer
Practice Mock Test
c plus plus programming