Computer Science, asked by vimaldxt123, 8 months ago


#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 soumik2992005
2

I can't understand your question. what is this?

Answered by khuntvarshil2533
0
Your question is right
Similar questions