#beginners
Read more stories on Hashnode
Articles with this tag
An In-depth Exploration of C Code: Understanding Variables, Conditionals, Loops, and Arrays · Introduction In this blog post, we'll go through the...
Introduction In C programming, the string.h library provides several functions for manipulating strings. This blog post will explore the usage of...
Getting Started with C Programming: Compiling Programs · Introduction C programming is a versatile language that allows you to build a wide range of...
https://youtu.be/RH8KpgeAI1E Values that have data types but are not explicitly indicated with variables are called untyped languages. In JavaScript,...
https://youtu.be/bNAUPeXaAqY To declare a variable in JavaScript either var, let or const is used. Let's see the differences between the three...
https://youtu.be/CmAljcmsnJs Brendan Eich knew it would be impossible to create a programming language without mistakes in 10 days, so he created a...