Why java has fixed data type size unlike C
In C as we know the size of data types (ex. int) can vary depending on compiler / hardware. But why the size of data types is constant in java language? Why don’t we have the flexibility for …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
In C as we know the size of data types (ex. int) can vary depending on compiler / hardware. But why the size of data types is constant in java language? Why don’t we have the flexibility for …