✏️ Explanatory Question

Can I use "int" data type to store the value 32768? Why?

👁 8,117 Views
📘 Detailed Answer
No previous question
No next question
💡

Answer with Explanation

No. "int" data type is capable of storing values from -32768 to 32767. To store 32768, you can use "long int" instead. You can also use "unsigned int", assuming you don
No previous question
No next question