English, asked by chokysravani, 2 months ago

#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 shawntarancr7
0

Answer:

dyaedbadrtyvyAB

Explanation:

Similar questions