How can I use “short int” in C- programming language?

246    Asked by DanielCameron in Java , Asked on Dec 22, 2023

I am currently developing a program that can store a series of temperature values of weather. I am developing it by using c- programming language. Explain to me how I can use the “Short int” data type in C-  programming for storing these values of temperature effectively and easily while minimizing memory usage. 


Your Answer

Interviews

Parent Categories