The Jargon File (version 4.4.7, 29 Dec 2003):
ques
/kwes/
1. n. The question mark character (?, ASCII 0111111).
2. interj. What? Also frequently verb-doubled as ?Ques ques?? See wall.
The Free On-line Dictionary of Computing (30 December 2018):
question mark
?
ques
"?", ASCII character 63.
Common names: query; ITU-T: question mark; ques. Rare:
whatmark; INTERCAL: what; wildchar; huh; hook; buttonhook;
hunchback.
Question mark is used, along with colon for C's lazy
triadic "if" operator (similar to the IIF function in
Visual Basic). The expression x?y:z evaluates x, then if x
is true it returns y else it returns z.
In Unix shell file name patterns, question mark matches
any single character.
(2003-06-17)