DEV Community

Anurag Parmar
Anurag Parmar

Posted on

#CProgramming #C #CPP #CodingJourney #LearningInPublic #ProgrammersLife

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)