I have an other problem regarding the position of the table in the IEEE article.
Every table appears at the end of the document, But I want to put the table where i want in between corresponding pages.
How can I do that ? Please help me, I have read the IEEEtran document but I could not be able to get what I want.
\begin{table*}[h]
\small\centering
\caption{Message Broadcasting based DTxPC}
\label{tab:tabl-msgBrdDTxPC}
%
\begin{tabular}{@{}|>{\strut}l||>{\strut}l|@{}|>{\strut}l@{}|>{\strut}l@{}|>{\strut}l@{}|>{\strut}l@{}}
\hline
\textbf{Protocol} & \textbf{Broadcast} & \textbf{TxPower} & \textbf{Throughput} & \textbf{MAC Scheme} \\\hline
\hline
\textbf{PCAHCA}\cite{Caizzone2005} & Single Hop & - - & + + & 802.11 \\\hline
\textbf{PMBP}\cite{Yuangou2009} & Multi Hop & == & - - & 802.11e \\\hline
\textbf{DAJTPCW}\cite{Rawat2009} & Single Hop & - - & ++ & 802.11e \\\hline
\textbf{EAEP}\cite{Nekovee2007} & Multi Hop & - - & ++ & 802.11 \\\hline
\textbf{ROR}\cite{XiaominMa2011} & Single Hop & ==& ++ & 802.11 \\\hline
\end{tabular}
%
\end{table*}
%