Examveda
Examveda

Which among the given options is the right explanation for the statement size_t strcspn(c, s)?

A. return length of prefix of s consisting of characters not in c

B. return length of prefix of s consisting of characters present in c

C. return length of prefix of c consisting of characters not in s

D. return length of prefix of c consisting of characters present in s

Answer: Option C


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Related Questions on Arrays and Strings