#include <stdio.h> void main() { char ch[12][16] = {"Interview", "Mania", "World"}; printf("%d", sizeof(ch[1])); }
16
Previous Question Next Question
Your comments will be displayed only after manual approval.