0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
void delete(student array[]) --> change function name { char s2=" "; =" "; --> is it s1 declared here? strcpy(s1,s2)-->> what its mean copying null to null?? " " -->>>what is this means? }
why don't you use linked-list? its easy to remove element in the middle,, you just need to shift the pointer from the previous item to the next item from the element you deleted.. [3]-> [4]-> [5] become [3]->[5]
The End.
emirpp