Question

What is the output of the following statement?
printf( "%s", strspn( "Cows like to moo.", "Ceiklosw " );
(a) Nothing.
(b) 10
(c) 8
(d) e

Answer

This answer is hidden. It contains 3 characters.