Jyotiprakash Mishrablog.jyotiprakash.org·Dec 24, 2023Know your % from close quartersThe % operator in C is the modulus operator, which gives the remainder of the division of one number by another. Here are some important considerations when using the % operator, especially concerning integer and floating-point values, as well as neg...Discuss·53 readsC Programmingmodulus
Gideon Batureblog.benehub.tech·May 23, 2023How to Return the Last Digit of a Number in BashIntroduction In one of my articles, I wrote extensively on what the shell, the terminal and what they are, how they relate to each other, so you can check it here, if you are new to Bash or else, you can move straight to the main thing. How to Return...Discuss·10 likes·125 reads2Articles1Week