In web development and URL conventions, why is it problematic for a URL to contain a colon?
a) It increases the risk of cross-site scripting attacks.
b) It interferes with browser compatibility.
c) It conflicts with the syntax used to specify protocols and ports.
d) It limits the use of special characters in URL parameters.