Click or tap here to enter text.
[6 marks]
The situations are as follows :
a.) In computer programming, unreachable code is part of the source code of a program which can never be executed because there exists no control flow path to the code from the rest of the program.
b.) HTTP 100 Continue -
When that occurs, the server will receive the initial request
and — if everything is okay — respond with the 100:
Continue
status. This signals the client to complete the
request.
If everything doesn't work out ok, the server will send
back a 417 Expectation Failed
.
Get Answers For Free
Most questions answered within 1 hours.