Which if any of the following are correct and would be considered best practice to create a char string capable of holding 100 characters?
char * charStringA
The first one, since char is always one byte, cast of malloc is only necesary in c++