If we define a pointer as shown below, which of the two statements options perform the same operations? alt_u32* pioBase
Posted: Fri Apr 29, 2022 9:01 am
If we define a pointer as shown below, which of the two statements options perform the same operations? alt_u32* pioBase - Ox10001000; O pioBase + 1 = OxFF; O pioBase = OxFF; pioBase[1] = OxFF: 0 (pioBase + 1) = OxFF;