Kirill & robots
Friday, December 13, 2013
Array database part 2
Also you can change array after initialization. For example:
int array[10];
//create int array, which can store 10 int values (from 0 to 9)
array[0] = 2;
array[1] = 4;
array[2] = 5;
//...
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment