I am new to latex. I am trying to add bibliography using .bib file. I have tried using \cite{} command to add the citation. But when I compile it it is showing question marks. Can someone tell me how can I add a citation in latex.
I have used the following commands:
\bibliography{references}
\bibliographystyle{ieeetr}
references.bib is the name of the .bib file
