What will be returned in the following C code?
size- t strlen(const char *s)const char *sc;for(sc = s; *sc!= ' \ O ' ; ++sc)return(sc - s) ;

What will be returned in the following C code?

size- t strlen(const char *s)const char *sc;for(sc = s; *sc!= ' \ O ' ; ++sc)return(sc - s) ;
Correct Answer length of string s

Related Questions

In LISP, the function evaluates and assigns this value to the unevaluated .