#include <iostream> using namespace std; int main(){ char str[] = "this is a test"; cout << str << endl; return 0; }