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