Write a script in C language that creates a 25 digit array withrandom numbers that also at the end be printed out in a 5*5 vector.the script shall also be able to point out the largest andalso the smallest interger and print it out seperatly
Expert Answer
Answer to Write a script in C language that creates a 25 digit array with random numbers that also at the end be printed out in a …