This is for pic24 microcontroller
Step 1) Write a C code to declare a 3 element array (6, -5, 3) The size of each element should be 32-bit wide. Then declare a pointer. Show the address and the content of variables inside a Table Step 2) This pointer should point to the address of the middle variable. Show the address and the content of variables inside a Table Step 3) Then
OR
OR