#include
<stdio.h>
struct p
{
int x;
char y;
};
int main(){
struct p
p1[] = {1, 92,
3, 94, 5, 96};
struct p
*ptr1 = p1;
int x =
(sizeof(p1) /
sizeof(struct
p));
printf("%d
%d\n", ptr 1 ->x,
(ptrl + x - 1)-
>x);
}
Answers
Answered by
2
I can't understand your question. what is this?
Answered by
0
Your question is right
Similar questions