Hi,
Instead of:
char let[26] = {'A','B','C','D ','E',...., 'Z''};
What would be another (shorter) way of writing this ?
Thx,
Instead of:
char let[26] = {'A','B','C','D ','E',...., 'Z''};
What would be another (shorter) way of writing this ?
Thx,
Comment