\begin{tcolorbox}
\begin{lstlisting} [caption = {C Code}, captionpos=b, label = {Listing3}, abovecaptionskip=12pt]
int a ,b;
int value = 20;
\end{lstlisting}
\end{tcolorbox}
I am using the above code for listing. In current situation, caption is written inside the tcolorbox. I want to write it outside the box. what command I should add ?

tcolorboxmanual? – cabohah Oct 31 '23 at 09:14