User: leparuviorica

  • Public profile

User profile: leparuviorica

User info
User name:leparuviorica
History
Joined:
Number of posts:5
Latest posts:

prb
#include <stdio.h> #include <stdlib.h> int delete ( int v[5], int length, int pos) { if ( pos == ...

prb
#include <stdio.h> #include <stdlib.h> int main () { int mat[3][3]; int i; int j; int cont=0; fo...

prb
#include <stdio.h> #include <stdlib.h> int main() { int n=2; int i; int j; int suma =0; int...

prob ch
#include <stdlib.h> #include <stdio.h> #include <string.h> struct Elev { char *nume; ...

ceva i
#include <stdlib.h> #include <stdio.h> #include <string.h> struct Nod { struct Nod * prev;...

This user does not accept Private Messages