Question 108:
What does the "h" in front of a string literal such as h`my string` mean?
Answer options:
A.The string is considered hot path data. B.The string is a hyperlink. C.The string is obfuscated. D.Nothing - this character is always ignored.