Q.

To return the length of string s what command do we execute?

A. s.    len    ()
B. len(s)
C. size(s)
D. s.size()
Answer» A. s.    len    ()
Explanation: execute in shell to verify.
2.4k
0
Do you find this helpful?
13

Discussion

No comments yet