Double quotes in the following example are not displaying correctly. What I may be missing here and how can I make it look like "example"?
Environment: MikTeX on Windows 10.
\documentclass[11pt]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\begin{document}
\section*{Examples }
Following is an "example" for test:
\[\frac{a}{c}\]
\end{document}
PDF file screenshot of the above tex file:
UPDATE:
Comments from users @Schrödinger's cat and @egreg yields the following. This probably seems to be the correct way of doing it in LaTeX. I was hoping for "example" that does not seem to be the correct way in tex:
From LaTex file:
Following is an ``example'' for test:
Another test “example”
PDF output:


Following is an ``example'' for test:. – Mar 23 '20 at 16:12"should not be used for quotes. Either use\`\`and''or“and”– egreg Mar 23 '20 at 16:16LaTeX. – nam Mar 23 '20 at 16:36csquotespackage as for someback tick/ping: `is very hard to type in their keyboard. Withcsquotesone can use\enquote{word}and then control from the preamble which quotes should be added. – daleif Mar 23 '20 at 16:46“on my keyboard. I would look into thecsquotespackage as an alternative, as well. – nam Mar 23 '20 at 16:58“on any keyboard. It is a unicode char. Traditional by hand method is two backpings on the left and two apostrophs on the right (ascii chars that is). I cannot tell you where those chars are as I don't know your keyboard layout. For example I use a standard Microsoft US keyboard (as it is better to programon than than the normal for my language). On this keyboard layout the backping sits right above the Tab key, and apostrophe just left of Enter. – daleif Mar 23 '20 at 17:02“is Opt-[ and”is Opt-Shift-[ and similarly for their single quote versions (Opt-] and Opt-Shift-] respectively). – Alan Munn Mar 23 '20 at 18:06[],{}or\are. At least they are shown on a normal Dansih non-Mac keyboard. – daleif Mar 23 '20 at 18:09