Computer Science, asked by geethu2009, 6 months ago

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 abhishek8451
0

answer d,a,n

Explanation:

the answer for this question is d,a,n

Similar questions