string apple[100];
apple is a string array with max size of 100.
but not all of them containing data,
how can i find the number of elements containing data??
it should be <= 100
apple is a string array with max size of 100.
but not all of them containing data,
how can i find the number of elements containing data??
it should be <= 100
Comment