InterviewSolution
Saved Bookmarks
| 1. |
Which bit is reserved as a parity bit in an ASCII set?(a) first(b) seventh(c) eighth(d) tenthThe question was posed to me by my college professor while I was bunking the class.This is a very interesting question from Greedy Algorithms topic in chapter Greedy Algorithms of Data Structures & Algorithms II |
|
Answer» The correct ANSWER is (c) eighth |
|