InterviewSolution
Saved Bookmarks
| 1. |
In a 32-bit compiler, which 2 types have the same size?(a) char and short(b) short and int(c) int and float(d) float and doubleThis question was addressed to me during an internship interview.Question is taken from Float Datatype topic in section Floating Point & Sizeof Operator in C of C |
|
Answer» CORRECT OPTION is (C) INT and float Explanation: NONE. |
|