short int only needs 2 bytes in memory whereas int needs 4 bytes. With short int you can store numbers in range -32,768 to 32,767. So if you know that your storage value is not going to be out of this range you can use short int itself and save memory. If you want more details about datatypes you can check this ua-cam.com/video/mmc3w57kV3o/v-deo.html. It is explained for C++ but it will be easy for you to understand clearly.
Thank you so much 🎉🎉
super mam such a clear explanation
Thank you
Thank you mam ❤😊
Awesome 👍 mam
Akka precedence and associativity videos potunga
mam can we assign like this expression=variable?
Please u itself tell what is short int
short int only needs 2 bytes in memory whereas int needs 4 bytes. With short int you can store numbers in range -32,768 to 32,767. So if you know that your storage value is not going to be out of this range you can use short int itself and save memory. If you want more details about datatypes you can check this ua-cam.com/video/mmc3w57kV3o/v-deo.html. It is explained for C++ but it will be easy for you to understand clearly.
mam can,t under stand implicit and explicit
i tired this program but the result showing "segmentation fault"
I can't understand,type conversion and implicit and explicit conversion clearly.
Pls rewatch. U can understand
@@LogicFirstTamil ok mam🥰I understood