state gov UP Police Computer Operator Grade A Mock Test 2023 Programming and Data Structure Programming in C Array
Which of the following statements declares a one-dimensional array named item that consists of five elements?
1
char itm [0 to 4) = "";
2
char item = {1, 2, 3, 4}
3
char item = ''";
4
char item [5] = "";