...
All occurrences in a source file of the following sequences of three characters (that is, trigraph sequences) are replaced with the corresponding single character.
??=
#
??)
]
??!
|
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="253fe5765ee4dda9-1f20826d-42574000-89429971-980820495a9f381a24954c85"><ac:plain-text-body><![CDATA[
??(
[
??'
^
??>
}
]]></ac:plain-text-body></ac:structured-macro>
??/
\
??<
{
??-
~
...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...
Related Guidelines
C++ Secure Coding Standard: PRE07-CPP. Avoid using repeated question marks
...