Question: QUESTION 1 Assume you are programming an embedded microcontroller in C and want your code to follow good software engineering practices, be as portable as



QUESTION 1 Assume you are programming an embedded microcontroller in C and want your code to follow good software engineering practices, be as portable as possible and not be wasteful o memory. You need to select a variable that can hold an integer from 0 to 164 What is the best choice for the variable type? QUESTION 2 Assume you are programming an embedded microcontroller in C and want your code to follow good software engineering practices, be as portable as possible, and not be wasteful of memory. You need to select a variable that can hold an ASCII value. What is the best choice for the variable type? QUESTION 3 Assume you are programming an embedded microcontroller in C and want your code to follow good software engineering practices, be as portable as possible, and not be wasteful of memory. You need to select a variable that can represent one of 389 different items. What is the best choice for the variable type? QUESTION 4 For the following embedded C program, select the variables that would be initialized before use #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
