2 lines
61 B
Text
2 lines
61 B
Text
string fruit[] = {"apples", "oranges"};
|
|
puts(length(fruit));
|
string fruit[] = {"apples", "oranges"};
|
|
puts(length(fruit));
|