SyntaxFix
Write A Post
Hire A Developer
Questions
You can declare like one of the below options:
char data[] = "Testing String";
or
const char* data = "Testing String";
char* data = (char*) "Testing String";