Write a c++ program to arrange the same given below using intersection sort. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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; }

9th Feb 2018, 7:32 AM
divyanshi
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.
3rd Mar 2018, 7:09 PM
Saminjay Goel
Saminjay Goel - avatar