Answer:
The answer to this question is given below in the explanation section.
Explanation:
The correct answer to this question is a declaration.
When you write code that introduces a variable into the program. It means that you are declaring a variable in the program.
For example int firstNumber. The integer variable firstNumber is declaring in the program such as:
int firstNumber; it's a declaration of integer variable firstNumber.
when you assign a data value to a variable in a program is referred to as initialization. for example:
firstNumber=10;
You can declare and initialize the variable in one statement such as:
int firstNumber=10;
Use a code validation tool.
The right side isn't connected
Answer:
Explicit Congestion Notification (ECN)
Explanation:
Explicit Congestion Notification (ECN) -
It is the addition in the transmission control protocol (TCP) and internet protocol ( IP ) , which is defined in the RFC 3168 (2001) , is referred to as the Explicit Congestion Notification (ECN) .
It enables the end - to - end notification of the network without disabling the packets .
This feature or process is used between two ECN - enabled endpoints .
Hence , from the given information of the question,
The correct term is Explicit Congestion Notification (ECN) .
C would be the correct answer I think. Hope this helped