C++ array initialization -
Why can not I start a local array with a string
The correct answer is that you can - for a definition of array, and what string do you really want to accomplish?
four str [] = "Hello World";
Why can not I start a local array with a string
The correct answer is that you can - for a definition of array, and what string do you really want to accomplish?
four str [] = "Hello World";
Comments
Post a Comment