#include<stdio.h>
int main(void)
{
int arr[5] = { 1, 2, 3, 5, 7 };
int *ptr = {&arr + 1):
printf("%d %d\n", *(arr + 1), *ptr. 1);
Answers
Answered by
0
Answer:
ok it's not important for your exam but lemme answer u
ey
Similar questions