E
E
ElectroEvolution2017-08-30 19:51:11
C++ / C#
ElectroEvolution, 2017-08-30 19:51:11

How to practice in C?

Hello toasters! Now I am at the stage of learning the C programming language. It seems that everything is clear from the textbook and the code examples given there are also clear to me, but the book does not provide practice at all
. How can a beginner practice in C? Maybe there are some books for this? I would be very glad to know about them! Or maybe
there is a site where you can find problems in C, ranked from simple to complex?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
SolidMinus, 2017-08-30
@SolidMinus

codeforces.com - tasks for thinking, different languages ​​accepts. Constant training, competitions and a huge archive of tasks, with automatic verification.
For example, these: codeforces.com/gym/101502/problem/E

K
Kirill Postnov, 2017-09-02
@KaDeaT

1. Very simple tasks to learn the syntax here
2. Then you can solve these tasks from Yandex . Although the course is in C ++, it is quite possible to solve most of them in C.
3. Then this course on algorithms .
4. If you are interested in Olympiad programming, but the problems on codeforces.com are difficult, then you can try to start from this site .

D
d-virt, 2017-08-30
@d-virt

Write your own network traffic sniffer filtering by IP, ports, etc. while learning to scoop information on the Internet. This will be very good practice!
Optional: video tutorials from the training center C specialist https://www.youtube.com/watch?v=t5cfW0-P_HQ

A
Anvar Shakhmaev, 2017-08-30
@RxR

A standard practice to be sure to learn is basic algorithms and data structures. Books: Kormen algorithms construction and analysis, algorithms are just like 2x2 - a simpler book.

D
Dmitry, 2017-09-08
@Dit81

Write small crackme, and you will know the training and the main functions, repeat when writing...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question