Preview
Open Original
As I continue my journey into C++ ๐, I realized that a strong foundation in C language is equally important to truly understand how things work under the hood.
So, I decided to go back to the basics and practice simple but powerful concepts in C ๐ป. Here are a few codes I worked on today:
๐น Printing my first Hello World in C.
๐น Performing multiple operations (+, โ, ร, รท, true/false).
๐น Exploring logical operators like && (AND), || (OR).
As I continue my journey into C++ ๐, I realized that a strong foundation in C language is equally important to truly understand how things work under the hood.
So, I decided to go back to the basics and practice simple but powerful concepts in C ๐ป. Here are a few codes I worked on today:
๐น Printing my first Hello World in C.
๐น Performing multiple operations (+, โ, ร, รท, true/false).
๐น Exploring logical operators like && (AND), || (OR).