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