I am struggling with a segmentation fault that occurs when the dns variable is changed from size 10 to size 32. I believe the declaration of the dns ariable in main is creating an array of 10 strings, and then when increased to 32, an array of 32 strings.I am struggling with a segmentation fault that