The first one
“hello” + “goodbye”
Answer:
Check the explanation
Explanation:
The chain of static links is being referred to as static chain if it connects a particular activation record instances (ari) in the stack.
The chain of dynamic links is being referred to as dynamic chain if connected in the stack at a given time.
Kindly check the diagram in the attached image below.
Answer:
your answer looks correct
Answer:
The answer to this question is option "B".
Explanation:
In the given question options B and C are correct because class B uses a network, subnet, and host bits that must be equal to the sum of 32 bits. In both options the total bits are equal to 32 bits, a class needs 7 subnet bits at any rate for supports 100 subnets. and other options are not correct that can be defined as:
- In option, a network, subnet and host bits are not equal to 32 bit because class needs 32 bits. that's why it is wrong.
- In option, d network bits are 8 it is incorrect because query tells a Class B is a network that uses the number of network bits is equal to 16 bits.
Answer:
Option(A) i.e " indefinite iteration " is the correct answer to the given question.
Explanation:
Sentinel-controlled iteration is also called indefinite iteration because the user or programmer do not known in the beginning of the iteration how many time the loop will iterated and instruction are executed sometimes it executed the loop in the infinite times .
- For example : when fetching the data from the file the user or programmer Don't know when we would finish the file in advance.
- All the others options are not belonging to the Sentinel-controlled iteration that's why they are incorrect.