All Linux and C practice articles with real programs. Terminal commands applied to real tasks and C programs using variables, conditionals, loops, pointers and functions with working code.
-
Types and variables in C practice — 3 real programs in gedit and Fedora
In the previous article we covered types and variables in C theory. Now it’s time to write real programs. In this article we build three programs from scratch using gedit and compile them with gcc in Fedora, the exact workflow you’ll use in every IC2 lab. Each program uses all the main types and shows the differences…
-
Basic Linux commands practice — navigate Fedora for real
In the previous article we covered the basic Linux commands you need for IC2. Now it’s time to actually use them. This article has three practical exercises you do directly in your Fedora terminal, no reading, just typing. By the end you’ll have built a complete working directory structure for IC2 and navigated your way around Fedora…
