Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C by 123 ( 14 years ago )
}
  }
  return 0;
}

/*funkcja glowna*/
/* funkcja glowna programu, inicjuje funkcje dzialan na liczbach oraz stos dynamiczny na ktory zapisywane sa liczby*/
#include "mod.h"

int main() {
  t_elem *lista=NULL;
  int koniec=0;
  printf("Podaj dane do liczenie\n");
  do {
    dzialania(&lista;,&koniec;);
  }while (koniec==0);
}

 

Revise this Paste

Children: 43866
Your Name: Code Language: