Answer:
int SmallestNumber(int num1, int num2, int num3){
int smallest;
if (num1 >num2){
smallest=num2;
}
else {
smallest=num1;
}
if(smallest <num3){
smallest=num3;
}
}
int LargestNumber(int num1, int num2, int num3){
int largest;
if (num1 <num2){
largest=num2;
}
else {
largest=num1;
}
if(largest>num3){
largest=num3;
}
}
void main(){
int num1,num2,num3;
printf("enter values");
scanf("%d%d%d",&num1,&num2,&num3);
int smallest=SmallestNumber(num1,num2,num3);
int largest=LargestNumber(num1,num2,num3);
}
Explanation:
we are comparing first two numbers and finding largest among those. After getting largest comparing that with remaining if it is greater then it will be largest of three. Same logic applicable to smallest also
I'm unsure in What it is you're asking.
While their rational of a drug user's mind???
this alone makes no direct sense.
also I'm unsure what Computers and Technology have to do with drug user's or their brains.
I can leave you with this a drug addict is and addict hence the name it's an addiction so there is no rationality or distinctiveness in knowing not to use again until one truly wants to get help and change for the better of self.
hope this helps
The answer is
DNS Cache PoisoningAlso known as DNS spoofing, this is a type of attack that
exploits the Domain Name System to divert traffic away to legitimate servers. It
inserts corrupt data into the cache database of the DNS server. In this attack,
a hacker sends forged responses from an imposter DNS with an intention to
reroute a domain name to a new IP address. This new IP is almost always controlled by the
hacker.
Answer:D) Hardware failure
Explanation: Fatal error are those which stops the function execution of the operating system during the run-time in the Microsoft Windows . These errors. These errors are seen the Microsoft windows due to the major reason of the hardware failure, accessing of the invalid code,operating system files might get corrupted etc. Therefore, the correct option is option(D).