#include<stdio.h>
int main()
{
struct node
{
int a,b,c;
};
struct node num = {3,4,5};
struct node *ptr=#
printf("%d\n", *((int)ptr+1+(3-2)));
return 0;
}
Answers
Answered by
0
Answer:
I will try to do this question
Similar questions