initializing an array of charIs the following supposed to be legal or not legal? static char const x[4] = "foo\0"; Yes, I u...