Ifunanya Nwalusiukafuufuu.hashnode.dev·Sep 25, 2023C - 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...Discuss·1 likeThe world of C programmingC
Shivam Tripathitriposhiv.hashnode.dev·Sep 25, 2023Structure in C: Beginner GuideThe structure is a user-defined datatype in a c programming language, allowing us to combine data of different types together. structures are defined with the struct keyword followed by the structure’s name and parenthesis that encompass a list of me...Discuss·1 like·27 readsC
Ifunanya Nwalusiukafuufuu.hashnode.dev·Sep 23, 2023C - 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 ...Discuss·2 likes·118 readsThe world of C programmingC
Emmanuel Oyiboemminex.hashnode.dev·Jul 31, 2023Decoding the Magic of C Compilation: A Beginner's GuideThe C programming language is one of the most interesting and powerful programming languages out there. Like most compiled languages (such as Java and C++), it requires a compiler to convert the written code to a form your machine can understand and ...Discuss·4 likes·49 readsC programming language
MICHAEL BAMIDELE IPADEOLAdrobam.hashnode.dev·Jul 24, 2023Pointers In C Simplified (part 1)Pointers are all about memory addresses :) I have outlined all the points you need to get started with when dealing with pointers: POINT 1. It is important to understand that: all programs and data (i.e. variables) are stored in the computer’s memor...Discuss·57 readspointers in c
Michael O Peteroutsideinn.hashnode.dev·Jul 14, 2023Start creating a shell in c-programmingHello everyone, its Michael from outsideInn. I’d be introducing us to how to start building your own Shell. When I had to build a shell using C-programming, I was so happy to put apply what I knew about C-programming on a project. Immediately I wrote...DiscussC programming language
Siddharth Karnsiddharthkarn.hashnode.dev·Jul 1, 2023C Programming for Beginners: Why Start with C?INTRODUCTION In this blog post, we will have a brief overview of C programming by covering the following topics: What is C? Why should you start with C language and what are the benefits of learning C? How to get started with C Language? Basic Co...Discuss·4 likes·29 readsC programming language
Ihuoma Anosikeihuomablog.hashnode.dev·Jun 21, 2023Code Chronicles: A Beginners Guide to Variables and Control Flow in CIn the world of programming, variables and control flow are the bedrock of every programing language. Variables allow us to store and manipulate data, while control flow structures dictate the order in which instructions are executed. Understanding t...Discuss·10 likesC programming language
GN-z11Codesgnz11codes.hashnode.dev·May 8, 2023The Timeless Power of C ProgrammingC programming has been around for over four decades, but its impact on computing is still felt today. Despite the emergence of newer programming languages, C remains a versatile and powerful language for low-level programming. In this article, we'll ...Discuss·1 likec programming
Ziddi girlravina12.hashnode.dev·May 7, 2023All about The ' C' LanguagesIntroduction to 'C' Language: C is a general-purpose programming language created by Dennis Ritchie at the Bell Laboratories in 1972. The language 'c' was derived from the 'B' language that was developed in AT&T Bell Laboratory by programmer Dennis R...Discuss·2 likesC programming language