#programming-blogs
Read more stories on Hashnode
Articles with this tag
1 byte = 8 bits.Any integer or character can be represented using bits, which we call its binary form(contains only 1 or 0) or in its base 2...
Hey Readers 👋 You must have definitely heard about the terms IP address and MAC address and sometimes they are used simultaneously with respect to...
Algorithm An algorithm is a set of instructions or rules designed to solve a definite problem Program Program is an organized collection of...
What Is Object-Oriented Programming? Object-Oriented Programming (OOP) is a programming paradigm that relies on the concept of classes and...
ARRAYS A parking lot is an example of an array with each index of the array storing whether a car is present or not. Or it may be used for some other...
Here are given some basic steps which every programmer should follow to code efficiently 1. Create functions Never write all the code in one function...