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