29-07-2010, 03:23 PM
Is the following code permitted or prohibited by rule 6.2?
Code:
signed char a[10] = {"123456789"};
signed char *b = "123456789";