Computer Science, asked by yana12352, 4 months ago

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 ashmitagupta50
0

Answer:

which error?????????????????

Answered by haspitgajibil
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.
Similar questions