0

How to declare size of array for string?

string array size declaration

7th Jan 2018, 4:16 PM
Damcho Thinley
Damcho Thinley - avatar
3 odpowiedzi
+ 3
For example: Int a[20]; The memory will give you 20 places to keep your datas in them.
7th Jan 2018, 4:23 PM
Ali Z. Emili
Ali Z. Emili - avatar
+ 3
For all types are the same I used integer as an example so you can change it to whatever you want.
7th Jan 2018, 5:20 PM
Ali Z. Emili
Ali Z. Emili - avatar
0
I meant for string arrays. if I want a string arrays.
7th Jan 2018, 5:04 PM
Damcho Thinley
Damcho Thinley - avatar