Which of the following function finds the size of the array: char ch[]={‘a’,’e’,’i’,’o’,’u’};
ch.sizeof(vowel)
ch.size[]
ch.length
None