The programs you need for you are not even done yet
Answer:
<h2>The TCP/IP model consists of four layers: application, transport, internet, and network access. Of these four layers, it is the internet layer that is responsible for routing messages.</h2>
Answer:
SAN
Please Mark Brainliest If This Helped!
Answer:
"The value of the variable will remain the same which is already have when the sub-processor is called".
Explanation:
The above question said that:-
void fun(int a)
{
a=a+1;
}
void main()
{
int a=5;
fun(a);
}
//what will be the value of a in the main function after the fun function is excuted.
- Then the answer is: the value of a will be 5 in the main function.
- It is because when the fun function is called, then a variable that is defined in the fun function is a local variable for fun function. That scope after the fun function is null.
- The a variable inside the fun function is a different variable and the main function a variable is also a different variable.
- So when the user prints the value of a variable inside the fun function, it will give the result as 6.
- But when he prints the value of a variable inside the main function, then it will give the value as 5.
It be feasible to combine both formats in a single disk are Field \lenght should be placed after the information saved withinside the area to expose in which it ends.
<h3>What is fixed-length area and variable length?</h3>
Fixed-length method having a fixed length that by no means varies. In database systems, an area will have a hard and fast or a variable period. A variable-period area is one whose period may be special in every document, relying on what information is saved withinside the are.
- You should determine what number of characters it is able to contain. If a area is of the variable period then an End-Of-Field marker should be placed after the information is saved withinside the area to expose in which it ends.
- If a document incorporates a few fields that have variable lengths then the document period can be variable.
- it's miles feasible to mix each constant period and variable period on a single disk.
Read more about the single disk:
brainly.com/question/11600913
#SPJ1