#include <stdio.h> struct City { }; void main() { struct City c[2]; printf("%d", sizeof(c)); }
0
Previous Question Next Question
Your comments will be displayed only after manual approval.