#include<stdio.h>
main()
{
struct num
{
int X=3;
}
struct num *s=malloc(sizeof(struct num));
printf("%d", s->x);
return 0;
}
Answers
Answered by
0
Answer:
dyaedbadrtyvyAB
Explanation:
Similar questions
History,
1 month ago
Physics,
2 months ago
Social Sciences,
2 months ago
Chemistry,
9 months ago
Social Sciences,
9 months ago