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