InterviewSolution
Saved Bookmarks
| 1. |
What method does the int datatype use for storing negative numbers?(a) 1’s Complement(b) 2’s Complement(c) 3’s Complement(d) 4’s ComplementThis question was posed to me during a job interview.The above asked question is from Datatypes topic in chapter Arduino Programming of Arduino |
|
Answer» The correct answer is (b) 2’s Complement |
|