Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

In URL encoding replaces non-ASCII characters with ________

a) “*”
b) “&”
c) “%”
d) “+”

Answer: c
Explanation: In URL encoding non-ASCII characters are replaced with “%” which is followed by hexadecimal digits. URL can only contain ASCII character set. There should be no space in the URL, space is replaced by %20 or “+” in URL encoding.

Join The Discussion