names
is array of character pointers. So names[0]
is char *
pointing to "Miri"
.
And similarly for other subsequent items.
3
solved Size of char pointer
names
is array of character pointers. So names[0]
is char *
pointing to "Miri"
.
And similarly for other subsequent items.
3
solved Size of char pointer