4. Identify the errors:
i) char arr = {1,2,3,4,5);
ii) int arr[5] = {0,8,9,0.8);
III) arri) = 3,6,7,8)
Answers
Answered by
0
Answer:
which error?????????????????
Answered by
0
Answer:
Explanation:
i. Size of array is not mentioned, syntax is also wrong and one curle bracket is missing.
ii. One curle bracket is missing.
iii. Syntax error.
Explanation:
i. Size of array is not mentioned, syntax is also wrong and one curle bracket is missing.
ii. One curle bracket is missing.
iii. Syntax error.
Similar questions