InterviewSolution
Saved Bookmarks
| 1. |
What is the size of an int data type?(a) 4 Bytes(b) 8 Bytes(c) Depends on the system/compiler(d) Cannot be determinedI have been asked this question during an online interview.Question is taken from Data Types and Sizes in section Data Types, Operators and Expressions in C of C |
|
Answer» Right ANSWER is (c) Depends on the system/compiler |
|