<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Learn C With Me #06 — Arrays, Part Two | Live</title>
        <link>https://watch.linuxrenaissance.com/videos/watch/6b9c936e-c6fc-4ad5-9659-e918ab46363a</link>
        <description>In Lesson 6 of Learn C With Me, we continue our exploration of arrays in C, picking up exactly where the previous stream left off. This time, arrays meet pointers. We take a closer look at the relationship between the two and start exploring what actually happens when arrays are passed to functions. We cover: A quick recap of arrays from the previous lesson, The relationship between arrays and pointers, Getting a pointer to an array element, The address of the first element of an array, Using an array name as a pointer to its first element, Pointer arithmetic with arrays, Understanding expressions such as a + 1, The relationship between a[n] and pointer arithmetic, Passing one-dimensional arrays to functions, Different ways of declaring array parameters, Changing array contents inside functions, Why arrays behave differently from ordinary pass-by-value variables, Passing multidimensional arrays to functions, How array dimensions are specified in function parameters, A particularly useful part of this lesson is seeing how closely C arrays and pointers are connected. What initially looks like some rather strange syntax starts making more sense once we look at the addresses and understand what the compiler is actually doing. As usual, we don't just accept everything at face value. We stop, experiment with the code, make predictions, get some of them wrong, compile the examples, and use the results — along with help from the live chat — to build a better mental model of how C works. This is Part Two of our arrays lesson, continuing directly from the previous stream. The topic turns out to be bigger than expected, so we're not done with arrays just yet. This is an interactive, follow-along live course. I am learning C alongside you, so expect questions, mistakes, experiments and plenty of discussion. No passive watching here — participate in the chat and work through the examples with us. 📅 We go live every Saturday at 19:00 CEST — interactive, follow-along C programming sessions. 📖 Study material: Beej's Guide to C 📚 Course materials: Linux Renaissance C Programming Course 💬 Homework &amp; discussion: Linux Renaissance Forum 📺 All C Programming lessons: C Programming playlist 🔴 This stream is proudly sponsored by OPNsense — the open source firewall and routing platform trusted by professionals worldwide. OPNsense Support Linux Renaissance🛒 Shop: Linux Renaissance Shop ☕ Ko-fi: Ko-fi 🎖️ Patreon: Patreon ▶️ YouTube membership: YouTube Membership Find me elsewhere🌐 Blog: Linux Renaissance 🎥 PeerTube: Linux Renaissance on PeerTube 📺 Odysee: Linux Renaissance on Odysee 🎮 Twitch: Linux Renaissance on Twitch 💬 Matrix: Linux Renaissance Matrix space</description>
        <lastBuildDate>Wed, 09 Sep 2026 08:22:51 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://watch.linuxrenaissance.com</generator>
        <image>
            <title>Learn C With Me #06 — Arrays, Part Two | Live</title>
            <url>https://watch.linuxrenaissance.com/lazy-static/avatars/9c56e2c1-4172-455c-9801-e3a8bad36429.gif</url>
            <link>https://watch.linuxrenaissance.com/videos/watch/6b9c936e-c6fc-4ad5-9659-e918ab46363a</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://watch.linuxrenaissance.com/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://watch.linuxrenaissance.com/feeds/video-comments.xml?videoId=6b9c936e-c6fc-4ad5-9659-e918ab46363a" rel="self" type="application/rss+xml"/>
    </channel>
</rss>