#include <stdio.h> struct Count { int n1; int n2; int n3; } cnt[] = {0}; main() { printf("%d", sizeof(cnt)); }
12
Previous Question Next Question
Your comments will be displayed only after manual approval.