fuufuu.hashnode.devPython - Introduction#Python Programming Hello, curious minds! Today, we're unwrapping the magic of Python programming. From zero to hero in just a few minutes, because Python is where the cool stuff happens. Python is a multipurpose, easy to read as well as beginner fri...Jan 15, 2024·3 min read
fuufuu.hashnode.devC - FunctionsJust know that Functions in C are simply used to perform a specific task. It is usually a block of code. Functions are handy because you only need to write the code once, and then you can use it over and over; all you need to do is call it. Every C p...Sep 25, 2023·4 min read
fuufuu.hashnode.devC - PointersDo C pointers have you scratching your head, feeling like you've stumbled into a sci-fi movie? Don't worry; I'm here to make them as simple as ordering a pizza online. By the way, I'm a big fan of pizza! Let's turn those pointer puzzles into a piece ...Sep 23, 2023·3 min read