The correct answer is (a) Statement: Counter Automaton can exist for the language L={0^i1^i|i>=0}
The explanation: The PDA works as follows. Instead of saving excess 0’s or 1’s on the stack, we save *’s and use two different states to indicate which symbol there is currently a surplus of. The state q0 is the initial state and the only accepting state.