Suppose $a_n$ and $b_n$ to be Cesàro summable sequences of zeros and ones, $a_n\in\{0,1\}$ and $b_n\in\{0,1\}$, i.e. the limits $$ \lim_{N\rightarrow\infty}\frac{1}{N}\sum_{n=1}^{N}a_n, $$ and $$ \lim_{N\rightarrow\infty}\frac{1}{N}\sum_{n=1}^{N}b_n, $$ do exist.
Is the product sequence $c_n=a_nb_n$ always Cesàro summable?
No. Let $a_n = 1$ iff $n$ is even. Let $b_n = 1$ iff $n$ has an even number of digits and is even OR has an odd number of digits and is odd. (Write $n$ in base 10.)
Clearly $a_n$ is Cesaro summable with sum $\frac12$. $b_n$ is also Cesaro summable with sum $\frac12$; to see this, note that $\sum_{i=1}^N b_i = 1 + \sum_{i=1}^N a_i$ for all odd $N$.$^{1}$
However, we have $$ a_n b_n = 1 \iff n \text{ has an even number of digits and is even} $$ which is not Cesaro summable, since$^{2}$ \begin{align*} \frac{\sum_{i=1}^{10^{2k} - 1} a_i b_i}{10^{2k} - 1} &= \frac{9 \cdot 5 \cdot 10^{2k-2} + 9 \cdot 5 \cdot 10^{2k-4} + \cdots + 9 \cdot 5}{10^{2k} - 1} \\ &= \frac{45 \cdot (100^k - 1)/(100-1)}{100^k - 1} \\ &= \frac{45}{99} = \frac{10}{22} \end{align*} whereas \begin{align*} \frac{\sum_{i=1}^{10^{2k+1} - 1} a_i b_i}{10^{2k+1} - 1} &= \frac{9 \cdot 5 \cdot 10^{2k-2} + 9 \cdot 5 \cdot 10^{2k-4} + \cdots + 9 \cdot 5}{10^{2k+1} - 1} \\ &= \frac{45 \cdot (100^k - 1)/(100-1)}{10 \cdot 100^k - 1} \\ &< \frac{45 \cdot (100^k - 1)/(100-1)}{10 (100^k - 1)} \\ &= \frac{45}{990} = \frac{1}{22}. \end{align*}
$^{1}$: More detail on this: For every even $i \ge 2$, $i$ is even and $i+1$ is not even. So $a_i + a_{i+1} = 1 + 0 = 1$. Moreover, whether $i$ has an even or an odd number of digits, since $i$ is even $i+1$ has the same number of digits, which means that $b_i + b_{i+1} =$ either $0 + 1$ or $1 + 0$, but either way $= 1$. So when $N$ is odd, $a_i + a_{i+1} = b_i + b_{i+1}$ for each even $i$ from $2$ to $N-1$, so that $$ \sum_{i=2}^{N} b_i = \sum_{i=2}^{N} a_i. $$ Since $a_1 = 0$ and $b_1 = 1$, it follows that $$ \sum_{i=1}^{N} b_i = 1 + \sum_{i=1}^{N} a_i. $$
$^{2}$: More detail on this: The quantity $$ \sum_{i=1}^{10^{2k}-1} a_i b_i $$ is the number of integers with at most $2k$ digits which have an even number of digits and are even. For any $j$, $1 \le j \le k$ he number of even numbers with $2j$ digits is $9 \cdot 5 \cdot 10^{2j-2}$: there are $9$ choices for the first digit (so that the number of digits is exactly $2j$ and not less), $2$ choices for the middle $2j - 2$ digits, and $5$ choices for the last digit ($0, 2, 4, 6,$ or $8$, to make it even).
Therefore, this gives $$ \sum_{i=1}^{10^{2k} - 1} a_i b_i = 9 \cdot 5 \cdot 10^{2k-2} + 9 \cdot 5 \cdot 10^{2k-4} + \cdot + 9 \cdot 5 \cdot 10^{2} + 9 \cdot 5. $$ Likewise, since $a_i b_i = 0$ for a number with an odd number of digits (in particular for a number with $2k + 1$ digits), $$ \sum_{i=1}^{10^{2k+1} - 1} a_i b_i = \sum_{i=1}^{10^{2k} - 1} a_i b_i = 9 \cdot 5 \cdot 10^{2k-2} + 9 \cdot 5 \cdot 10^{2k-4} + \cdot + 9 \cdot 5 \cdot 10^{2} + 9 \cdot 5. $$