Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
~154 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for afzal123

anyone can help me. all of this overcome the segmentation fault. #include<stdio.h> int bubble(int*,int); void filewrite(); void avgmarks(); void fileprint(); void filesort(); void rollin(); int main(void) { int marks[100],rollno[100],x[100],n,i,j,roll,c,mark,roll1; char name,nam; while(c!=6) { printf("GIVE CHOICE--\n"); printf(" 1 TO ENTER STUDENT INFO.\n"); printf(" 2 TO SEE STUDENT.TXT FILE\n"); printf(" 3 TO …

Member Avatar for histrungalot
0
154