Answer:
No its not a combustion its a formation.
Explanation:
A Command is an instruction for a computer to perform a specific task.
P {
font-style: tahoma;
font-size: 16px;
font-color: red;
}
Answer:
Explanation:
Harmful or malicious pages should always get a page quality (PQ) rating of Lowest. True
Pages with an informational or educational purpose should always be given higher page quality (PQ) ratings than entertainment or gossip pages. False
There is no relationship between the purpose of the page and the page quality (PQ) rating. False
If you cannot determine the purpose of the page after extensive effort, the page quality (PQ) rating should be Lowest. True
Answer:
In opp friend function is a function that gives the same access to private and protected data. It is declared in class that is granting access.
Explanation:
#include<iostream.h>
using namespace std;
class Sum
{
int a, b, add;
public:
void input()
{
cout << "Enter the value of l and m:";
cin >> l>>m; taking input from users
}
friend void add(sum &t);
void display()
{
cout << "The sum is :" << z;
}
};
void add(sum & p)
{
p.add = p.a + p.b;
}
int main()
{
sum p1;
p1.input();
add(p1);
p1.display();
return false;
if(display==5)
{
return true; //true is returned if sum is equal to 5
}
else //if they are not the same
{
return false;
}
}