InterviewSolution
Saved Bookmarks
| 1. |
What is the sizeof(char) in a 32-bit C compiler?(a) 1 bit(b) 2 bits(c) 1 Byte(d) 2 BytesI got this question during an internship interview.I'm obligated to ask this question of Sizeof Keyword topic in section Floating Point & Sizeof Operator in C of C |
|
Answer» CORRECT choice is (C) 1 Byte The best explanation: NONE. |
|