Given a positive integer k, when is a binary string k-separated?
A) If there are at least k 0’s separating any two 1’s.
B) If there are at most k 0’s separating any two 1’s.
C) If there are exactly k 0’s separating any two 1’s.
D) If there are no 0’s separating any two 1’s.