Check the error in the following statementCountry[7] = 'CANADA'A. A string terminator is not added to the string, when declared.B. Country array should be of sixC. Canada should be specified in double quotes.D. Country array should have the keyword char to ensure array type.
-
Interview Candidate
- Jul 19th, 2005
- 4
- 1506
Showing Answers 1 - 4 of 4 Answers
Check the error in the following statementCountry[7] = 'CANADA'A. A string terminator is not added to the string, when declared.B. Country array should be of sixC. Canada should be specified in double quotes.D. Country array should have the keyword char to ensure array type.