Convert String to Array of Characters

# Introduction In this lab, we will demonstrate how to convert a string into an array of characters in C++. The `c_str()` method defined within the `string.h` library is used to convert the string to an array of characters.

|60 : 00

Click the virtual machine below to start practicing