Related Questions

What notation should we use for denoting the breadth of an array? ) b) sizeof() d) sizeof(a.0)
Determine Output:
#define int charvoid main(){ int i = 65; printf("sizeof(i)=%d", sizeof(i));}