InterviewSolution
Saved Bookmarks
| 1. |
Which of the sizes of data given below require us to shut off all interrupts while inputting them into a volatile variable?(a) 1 bit(b) 2 bit(c) 2 bytes(d) 0.5 bytesI got this question by my school teacher while I was bunking the class.The above asked question is from Variable Scope and Qualifiers topic in chapter Arduino Programming of Arduino |
|
Answer» Correct option is (C) 2 bytes |
|