Tags#Press#Notes

Written by
Tharun P Karun
Full-Stack Engineer & AI Enthusiast. Writing tutorials, reviews, and lessons learned.
Download the below PDF

Written by
Full-Stack Engineer & AI Enthusiast. Writing tutorials, reviews, and lessons learned.
Floating point numbers are a way of representing real numbers inside computers. In other words, floating point numbers, or float as they are more commonly known, are numbers with fractional part.
When programming, we store the variables in our computer’s memory, but the computer has to know what kind of data we want to store in them, since it is not going to occupy the same amount of memory...
Pointers are an extremely powerful programming tool. They can make some things much easier, help improve your program’s efficiency, and even allow you to handle unlimited amounts of data. For examp...