Gideon Baturegideonbature.hashnode.dev·Aug 5, 2023Advanced Function Pointer Concepts in C: A Guide for ProgrammersIntroduction Previously, we have written on Function Pointers, you can check it here, as it covers the fundamentals and explains from scratch what function pointers are. In this article, I will dwell more on using function pointers in the following c...22 likes·254 readsstructs
Gideon Baturegideonbature.hashnode.dev·Jul 18, 2023Structs and Typedef in C Programming: A Beginner's GuideIntroduction Structs in C programming or programming, in general, is a short form of Structures. While Typedef is a short form of the Type definition. We all know that before we can work with a variable in C Programming, we often time have to declare...23 likes·148 readsstruct