Write a C program to find first and second biggest numbers in a list of N numbers entered by the…
Write a C program to find first and second biggest numbers in list of N numbers without using arrays and…
We assume that a[0] has first biggest and a[1] has the second biggest value. Now check if this assumption is…