char A[]="abc"; if(A=="abc") { cout << "TRUE" << endl; } else { cout << "FALSE" << endl; }