Code has been added to clipboard!

C++ String Syntax

Example
using namespace std;

int main() {
    char str[] = "C++";
}