1.

How many printable characters does the ASCII character set consists of?(a) 120(b) 128(c) 100(d) 98I have been asked this question in an interview for internship.The doubt is from Greedy Algorithms topic in chapter Greedy Algorithms of Data Structures & Algorithms II

Answer»

Right ANSWER is (C) 100

Best explanation: Out of 128 characters in an ASCII SET, roughly, only 100 characters are PRINTABLE while the rest are non-printable.



Discussion

No Comment Found

Related InterviewSolutions