C++ :: Array Declaration And Input
Jan 24, 2014I want to understand the ways in which arrays can be declared and used. What each of the following do or what's the difference between them and what would be the length of each:-
1 - char ary1[50];
2 - char ary2[50] = {'H','e','l','l','o'};
3 - char ary3[50] = {'H','e','l','l','o','