lf S is an array of 80 characters, then the value assigned to S throug June 6, 2022 by admin โช Choose the correct option.lf S is an array of 80 characters, then the value assigned to S through the statement scanf(“%s” ,S) with input 12345 would beA. “12345”B. nothing since 12345 is an integerC. S is an illegal name for a stringD. %s can not be used for reading in values of S. Submit Answer