Computer Science, asked by vivek1ga17cs177cse, 3 months ago

2.5 What will be the output of the following code?
#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", ptri->x, (ptr1 + x- 1)->x);​

Answers

Answered by vijaylaxmimishra28
0

Answer:

please answer the question properly I can't understand please answer the question properly.

Similar questions