79319825

Date: 2024-12-31 11:21:53
Score: 1
Natty:
Report link

std::string is itself a type, simply defining an array of it will work.

std::string strArray[5] = {""}; // Initialize each using empty string.
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PkDrew