I want to use two column environment to place 4 subfigures. But I am using Figure environment. What is the purpose of * in the following code and how can I mention different captions to four subfigures in the figure environment.
\begin{figure}
\includegraphics[width=0.45\textwidth]{Fig1.PNG}
\hspace{0.05\linewidth}
\includegraphics[width=0.45\textwidth]{Fig2.PNG}
\\[.5\baselineskip]
\includegraphics[width=0.45\textwidth]{Fig3.PNG}
\hspace{0.05\linewidth}
\includegraphics[width=0.45\textwidth]{Fig4.PNG}
\caption{Figures}
\end{figure}
