#include #include size_t strlen(const char *s); using namespace std; int main() { char str[100] = "hello world";