+ 2
Write a c++ program to arrange the same given below using intersection sort.
Assume an array S contating elementary structure satudent is required to be arranged in ascending order of marks. struct student { int roll no; char name[25]; float agg_marks; }
1 Answer
0
https://code.sololearn.com/c47S2s1XbjQi/?ref=app
it is showing some compilation error idk what but you will get the idea and it's insertion sort not intersection sort. If there is something like intersection sort then idk what it is.