Рет қаралды 56,995
For more information, see nu32.org. This video is a supplement to the book "Embedded Computing and Mechatronics with the PIC32 Microcontroller," Lynch, Marchuk, and Elwin. It is part of Northwestern University's ME 333 Introduction to Mechatronics.
L-comp: Given the code
int i, *ip;
ip = &i;
give one more line of code that sets i equal to 50 without using the variable i.