1

Which of the following function finds the size of the array: char ch[]={‘a’,’e’,’i’,’o’,’u’};

  • A

    ch.sizeof(vowel)

  • B

    ch.size[]

  • C

    ch.length

  • D

    None