10. Find the Output
Guess the output
#include <stdio.h>
int main()
{
struct {
int n:0;
}a;
printf("%d", a.n);
return 0;
}
Answers
Answered by
0
answer d,a,n
Explanation:
the answer for this question is d,a,n
Similar questions