I have an array of strings which is char**. It has 4 elements, and when I try to find the number of elements using sizeof(array) / sizeof(array[0]), it
char**
sizeof(array) / sizeof(array[0])