If we define a pointer as shown below, which of the two statements options perform the same operations? alt_u32* pioBase
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
If we define a pointer as shown below, which of the two statements options perform the same operations? alt_u32* pioBase
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;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!