What is short int in C programming?
What is short int in C programming? a) A data type that usually occupies 4 bytes b) A data type that usually occupies 8 bytes c) A data type that usually occupies 2 bytes d) A data type that usually occupies 1 byte Answer: c) A data type that usually occupies 2 bytes Explanation: short […]
What is short int in C programming? Read More »