What advise to learn how to program in C better?

He studied the whole theory of C, did all the exercises from the textbook, what programs would you advise to write in C to learn how to program.

Closed due to the fact that it is necessary to reformulate the question so that it was possible to give an objectively correct answer by the participants ߊߚߤߘ , Kromster , aleksandr barakin , HamSter , PashaPash 13 Apr '17 at 20:10 .

The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • one
    did not try to write the code? It helps to learn. - KoVadim 2:26 pm
  • one
    Try to write an analogue of the utility more with the possibility of outputting a binary file in dump mode (as in hd ), searching for binary data and randomly moving around the file (both by offsets and line numbers). - avp
  • 2
    Wetzerell "Etudes for Programmers" - alexlz
  • @alexlz, yes, Weatherwell is a great book. Now I looked in Google and was glad that it was available. But an interview with him is probably interesting. - avp
  • How about learning C ++? - artyomdevyatov

1 answer 1

For these purposes I bought a book of N.Kultin - C / C ++ in problems and examples. This problem book has tasks and their solutions. On sometimes I just open a random page and solve a problem that will fall without peeping at its solution, if nothing happens then only I pry back.