#include #include using namespace std; int main() { char name[6] = "Derek"; int i; i = strlen( name ); cout << "length=" << i << endl; }