Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:iot-open:programming_fundamentals_rtu:looping [2018/05/15 00:30] kap2foxen:iot-open:programming_fundamentals_rtu:looping [2020/07/20 09:00] (current) – external edit 127.0.0.1
Line 81: Line 81:
  
 **Check yourself** **Check yourself**
 +
 1. What loop where the condition is checked after the loop body is executed? 1. What loop where the condition is checked after the loop body is executed?
  
Line 86: Line 87:
  
 3. What value will be for variable //a//  after code executing <code C> int a; for(a = 0; a < 10; a++) {} </code> 3. What value will be for variable //a//  after code executing <code C> int a; for(a = 0; a < 10; a++) {} </code>
 +
 +4. Which of the following operators are not loop(s) in Arduino IDE?
 +  * do while
 +  * while
 +  * repeat until
 +  * for
 +
en/iot-open/programming_fundamentals_rtu/looping.1526344234.txt.gz · Last modified: 2020/07/20 09:00 (external edit)
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0