#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
Science,
1 month ago
Math,
1 month ago
Physics,
3 months ago
Social Sciences,
3 months ago
Chemistry,
10 months ago
Social Sciences,
10 months ago