Recent content by c_c

  1. C

    C language help

    Hello everybody, Is there anybody how can help to solve my assignment? I need to write c code that finds 100 most repeated words in to .txt file. I also need to use hash table or binary tree structures. 1. My first step was to figure out how to read file : #include <stdio.h> #include...