Toucanvatoucanva.hashnode.dev·Nov 29, 2024Whisper FontDiscover the Charm of Whisper Font in Your Design Projects When selecting the perfect font for your design projects, the right choice can transform ordinary text into a visual masterpiece. Enter Whisper, a delightfully cute and unique sans-serif font...Discussalbum
Gideon Baturegideonbature.hashnode.dev·May 31, 2023C Program to Print the Lowercase Alphabet in ReverseIntroduction In this article, you are going to learn how to print to standard output all the alphabet but this time around in reverse. We are simply going to loop through all the alphabet while printing them out one after the other, but instead of in...Discuss·20 likes·103 readslowercase
Gideon Baturegideonbature.hashnode.dev·May 30, 2023C Program to Print the Alphabet in Lowercase Except m and cIntroduction This program is going to print all the alphabets from a to z, except for alphabet m and c. We will be using the putchar() function and will be printing a new line at the end. To achieve this, we will be using the Betty style of coding, a...Discuss·11 likes·73 reads2Articles1Week
Gideon Baturegideonbature.hashnode.dev·May 29, 2023A Simple C Program That Prints The Alphabet in Lowercase And UppercaseIntroduction Alphabets are simply letters from a to z, which could be in uppercase (capitalized) or in lowercase. How to Generate and Print All Alphabet in Lowercase followed by an Uppercase To achieve this, we are going to be using the putchar() fun...Discuss·10 likes·117 readslowercase
Gideon Baturegideonbature.hashnode.dev·May 28, 2023How to Write a Program That Prints All the Numbers of Base 16 in Lowercase in CIntroduction Numbers of Base 16 are simply numbers in Hexadecimal, where these numbers range from 0 to 15, but then to differentiate these numbers from the numbers of base 10 (decimal/denary), from 0 to 9 are the normal numerical numbers, while from ...Discuss·31 likes·774 readsbase 16
Gideon Baturegideonbature.hashnode.dev·May 13, 2023The Ultimate Guide to Converting Uppercase and Lowercase Letters in C Using ASCIIIntroduction In this guide, you will learn the easiest and most direct way of converting uppercase and lowercase letters in C using ASCII ASCII is an acronym for American Standard Code for Information Interchange. This ASCII assigns a code called the...Discuss·10 likes·114 readsascii