The strlen() function in C++ returns the length of the given C-string. It is defined in the cstring header file. Example. #include <iostream> # ...
確定! 回上一頁