InterviewSolution
Saved Bookmarks
| 1. |
How many characters are specified in the ASCII scheme?(a) 64(b) 128(c) 256(d) 24I had been asked this question in unit test.This key question is from Character Types topic in section Types, Pointers, Arrays & Structures in C++ of C++ |
|
Answer» RIGHT OPTION is (b) 128 The EXPLANATION: There are 128 CHARACTERS defined in the C++ ASCII list. |
|