Articles 2
Evgenii Legotckoi
Evgenii LegotckoiJuly 6, 2017, 3:40 a.m.
C++ - Tutorial 005. Pointers, Arrays and Loops An array of elements of type char can be declared like this: char v[6]; // array of 6 characters Similarly, a pointer can be declared like this: char* p; // pointer to character …
Evgenii Legotckoi
Evgenii LegotckoiJune 21, 2016, 1:54 a.m.
User Guide #06 - Ruby - arrays You can create an array by listing some items within square brackets ([]) and separating them with commas. Ruby's arrays can accomodate diverse object types. ruby> ary = [1, 2,…
Comments 0
Nothing found
Forum topics 0
Nothing found
Forum posts 0
Nothing found
Test 1
C ++ - Test 004. Pointers, Arrays and LoopsTest of the basics of C ++. Checking the basic knowledge of working with pointers and arrays.
Shared codes 0
Nothing found

Follow us in social networks