Let's say we have: char someArray[4]; filled with {'a','b','c','d'} And I want to set all 4 entries to 'f' or any other char really. Instead of doing individually filled wi
Let's say we have: char someArray[4]; filled with {'a','b','c','d'} And I want to set all 4 entries to 'f' or any other char really. Instead of doing individually filled wi