InterviewSolution
Saved Bookmarks
| 1. |
Give the range of values that int data type can store. |
|
Answer» The range of values that int data type can store is from -32768 to 32767. |
|