A
A
arraylisten2020-09-27 14:30:29
IT education
arraylisten, 2020-09-27 14:30:29

How to master C with knowledge of basic syntax?

I know the basic syntax of C (loops, branches, variables, working with memory, structures and unions). I would like to master more complex elements, such as binary trees, linked lists, working with volatile variables, and so on, which is beyond the scope of writing hello world, in order to read understandable and competent code.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Araya, 2020-09-27
@Araya

Little knowledge of data structures? Read books on data structures

S
Saboteur, 2020-09-27
@saboteur_kiev

I would like to master more complex elements, such as binary trees, linked lists, working with volatile variables, and so on, which is beyond the scope of writing hello world, in order to read understandable and competent code.

Knowledge of data structures does not apply to understandable and competent code.
Data structures are about basic things, not literacy and understandability of the code.
To learn, practice.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question