Check the error in the following statement Country[7] = 'CANADA'
A. A string terminator is not added to the string, when declared. B. Country array should be of six C. Canada should be specified in double quotes. D. Country array should have the keyword char to ensure array type.