Answer:
The following code as follows:
Code:
max=name1; //define variable max that holds name1 variable value.
if (strcmp(name2, max)>0) //if block.
{
max=name2; //assign value to max.
}
if (strcmp(name3,max)>0) //if block.
{
max=name3; //assign value to max.
}
Explanation:
In the above code, we define a variable that is max. The data type of max variable is the same as variables "name1, name2, and name3" that is "char". In the max variable, we assign the value of the name1 variable and use if block statement two times. In if block, we use strcmp() function that can be defined as:
- In first if block we pass two variables in strcmp() function that is "name2 and max" that compare string value. If the name2 variable is greater then max variable value so, the max variable value is change by name2 variable that is "max=name2".
- In second if block we pass two variables in strcmp() function that is "name3 and max" that compare string value. If the name3 variable is greater then max variable value so, the max variable value is change by name3 variable that is "max=name3".
Answer:
First one is INHERITANCE. Second one is AGGREGATION.
The answer would be B because ".edu" stands for education and it shows there was a source for the information
Answer:
Microprocessor sometimes called the central processing unit.
Explanation:
Microprocessor is the heart of the computer network. It is useful in large agencies such as business, government, and our lives. This little chip is called the life of the computer. It is also called all computers life as we all know that. It is formed as the purest form of Moore law. It also said that this little chip also reached to its physical form.
The microprocessor sometimes called central processing unit or CPU. Mechanical switches are not used in microprocessor because of their easily interference. It has common problem called contact bounce.
Answer:
<em>B. Pirated software
</em>
Explanation:
Software piracy is used <em>to define the act of using, duplicating or transferring software unlawfully without property or legal rights. </em>
Today, most software is bought as a single-user permit, <em><u>which means that at one moment only one PC could have that software running on it.
</u></em>
Trying to copy the software to various devices or distributing it without multiple licenses is regarded to be illegal software piracy.