It kinda depends on what you mean by special characters
Answer:
DHCP is the dynamic host configuration protocol that enable the server for assigning the IP address to the computer. It is basically used to provide automatic IP addresses within the network. It is basically used to configure the default gateway and provide the DNS server data in the device.
The optional parameter when configuring DHCP are:
- Sub-net mask
- Router
- Domain server
- Broadcast address
- Host name
Answer:
D
Explanation:
A and B are not valid because you cannot use "=" as a comparator (you must use "==" or "===").
C is not valid because the expression after the conditional is not a statement (it uses "==" instead of "=")