

InterviewSolution
Saved Bookmarks
1. |
State the number of bytes occupied by char and int data types. |
Answer» The char data occupies two bytes whereas int data type occupies four bytes. |
|