C Programming and Technical Programming Program

Find out maximim sum of sub Array
example
array={2,3,-1,4,9}
maximum sum of sub array=17

Read Solution (Total 3)

C Other Question

Find out the Factorial of an input no and no. of trelling zeros
example
input=5
output=
factrioal of the no is=120
no of tralling zero are=1
Find out the second largest value in an array ?
example
array={10,20,70,30,40,90,60}
output=70