It possible to have subscript and super script that does not shrink the font size?
If you want this behavior everywhere:
\documentclass{article}
\DeclareMathSizes{10}{10}{10}{10}
\begin{document}
$a_{b_{c}}\quad x^{x^{x}}$
\end{document}
If it's just the one-off case, you can
\[ x^x x^{\displaystyle x} \]