I started coding in 2015, and over the years, I've been following a lot of programming channels on YouTube. The best thing about these YouTube channels is that they give free information in a fun and...
Posts by Ashwin Joy
If you're a computer nerd, you might have played a lot with the command line (or the command prompt). I have done it a lot since I was a computer science student, and we had subjects like operating...
Difference Between Operator Overloading & Function Overloading
Operator overloading and function overloading are terms that we commonly encounter in computer programming. While they are often associated with polymorphism, it's crucial to specify that they are...
Functions are an integral part of every programming language. A function is a block of code that can perform a particular action. Functions make our life easy by simplifying cumbersome tasks. In...
I've been doing programming for more than four years, and I've heard many times about statically typed and dynamically typed languages. But, honestly, I didn't know the difference between those...
A lot of computer science graduates enter the job market every single year. And, as we all know, most of them do not get any job and end up doing something not related to computer science. If...