What structural element forms the separator dividing individual query parameter pairs inside a standard URL structure, such as '?id=1&page=2'?
A. The ampersand (&) character
B. The colon (:) character
C. The hash (#) character
D. The forward slash (/) character
Answer: Option A
Solution (By JKExamLibrary)
In a URL query string, the question mark (?) initiates the parameters, while individual key-value pairs are separated from each other using the ampersand (&) character.
No comments yet. Be the first to start the discussion!