หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'identifier' : wide string mismatch
Remarks
The wide string is assigned to an incompatible type.
Example
The following example generates C2053:
// C2053.c
int main() {
char array[] = L"Rika"; // C2053
}