Pratham Gargcmadeezy.hashnode.dev·Aug 13, 2023Introduction to C ProgrammingIntroduction to C Programming Computers History Earlier C language was called B language and was developed at Bell Labs( obviously B from Bell ). Then they made some improvements in the language and changed its name from B to C. During the 1980s, C g...69 readsC
Shreyansh Agarwalshreyanshagarwal.hashnode.dev·Jan 27, 2023I completed Harvard's CS50 (Without Certificate) and You should try it once in your lifeFirstly, I would like to thank the whole CS50 Community for delivering this awesome course. CS50 is the best quality course you could find on the Internet, it has a very high production quality, great teaching staff (David J. Malan Sir has a unique s...33 readsBlogsWithCC
Tifu Kelison tifukelison.hashnode.dev·Dec 7, 2022For Loops In C.Hello guys, today we're going to go through for loops in c. They do seem confusing when you first see them but they can be effortless to use when you understand how to use them. Since we already introduced C in the past articles, you can check them o...41 readsC
Tifu Kelison tifukelison.hashnode.dev·Nov 11, 2022Adding 2D Arrays In C.Hello, my C friends, today we'll be seeing how to add a 2D array using the C language. But first, I want you to know that you require a little knowledge of arrays and for loops to understand what's going on in this lesson. Alright so we want to add a...1 like·46 readsC
Tifu Kelison tifukelison.hashnode.dev·Nov 3, 2022Introduction To C Part 2.Hi there, in Part one of the series of the introduction to C, I talked about the tools you need to get started with C. In this article, I'll be walking you through the basic C codes. So with that said, consider the lines of code below. C Code #incl...C++
Tifu Kelison tifukelison.hashnode.dev·Nov 2, 2022Introduction To C.First off, the first I want to tell you that C isn't complicated. It's your mind telling you that it is. I'm guessing you came here because you're new to C or just got introduced to it. Well, don't worry as I am here to help. And if you're learning t...C