C Programming and Technical Programming Program

Find out the second largest value in an array ?
example
array={10,20,70,30,40,90,60}
output=70

Read Solution (Total 5)

C Other Question

Find out maximim sum of sub Array
example
array={2,3,-1,4,9}
maximum sum of sub array=17
make the bit zero?
example
int x=0X0020;
Q1.is it valid?
Q2.if valid what is the value?
Q3.convert it into Binary formate?
Q4.then Make 3 bit zero?