wap which reads marks of 3 subjects of each students(total students10) and print the markz of only those students who get 60 out of 100 . after calculating the avg. using functtions. also print location of those students within the array.
Post whatever you have then we can help you to move forward.
For getting started create an array to store the students something like int array[10] or use vectors more better .