I'm filling an array with 40 pseudo-random capital letters and then converting the array into a string by terminating it with a null character at the 41st element, but my program crashes when I do the latter. Here is the code:I'm filling an array with 40 pseudo-random capi