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
~138 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for rachelwiliam

[code] #include<stdio.h> #include<conio.h> #include<math.h> #include<stdlib.h> typedef struct { int M[40][40]; int br; int kl; }mtrks; void entri (mtrks *A, mtrks *B); //void entrinilai(mtrks *A, mtrks *B); void entrinilai(mtrks *A,mtrks *B); void tampil(mtrks A, mtrks B); //void tampil(Matriks M); void pilih(mtrks *A, mtrks *B, mtrks *C); int add(mtrks A, mtrks B, …

Member Avatar for mvmalderen
0
138