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] = "";

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation