DEV Community

Anurag Parmar
Anurag Parmar

Posted on

#CProgramming #C #CPP #CodingJourney #LearningInPublic

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).
Enter fullscreen mode Exit fullscreen mode

Top comments (0)