What's
the Count?
Problem 5What
is the primary difference between cpp_struct and cpp_class?
struct cpp_struct {
int a;
public:
void init(void);
};
class cpp_class {
int a;
public:
void init(void);
};
ANSWER

Problem 6Before
arbitration can take place on an I2C bus, masters must
synchronize their clocks on the SCL line. How is this handled?
ANSWER 
3-00
|