I prepare a document where there are questions as follows and the relevant content
\section*{Question 1}
...
\section*{Question 2}
...
\section*{Question 3}
...
...
I want a counter instead of writing 1,2,3 such as
\section*{Question \qno}
...
\section*{Question \qno}
...
\section*{Question \qno}
...
...
where \qno will be automatically incremented and inserted as a number in the document. I read this post, but it's not something I need since I don't need cross-referencing.
Is there a way to initialize a counter and use it in LaTeX or is there an alternative solution for me to generate sections with name Question # in my document?

titleformatfrom this post by the way. (Thanks, @Werner.) – Torbjørn T. Nov 24 '11 at 13:57