what is the value of \'X\' on a 32-bit architecture machine?
static const char* arr[5][10]; X=sizeof(arr[0]);
Can anyone please help me how to solve this?