Answer:
bool identicaltrees(Node* root1,Node* root2)//function of type boolean true if idenctical false if not.
{
if(root1==NULL&&root2==NULL)//both trees are null means identical.
return true;
if(roo1 && root2)
{
if(root1->data==root2->data)//condition for recursive call..
{
return (identicaltrees(root1->left,root2->right)&&identicaltrees(root1->right&&root2->right);
}
}
else
return false;
}
Explanation:
In this function it of type boolean returns true if both the trees are identical return false if not.First we are checking root node of both the trees if both are null then they are identical returning true.
If both root nodes are not null then checking their data.If data is same then recursively traversing on both trees and checking both trees.
else returning false.
Answer:
The correct answer to the following question will be "Disaster Recovery as a Service (DRaaS)".
Explanation:
DRaaS seems to be a cloud services term used only to secure an infrastructure or data through human catastrophe or interruption of service at any destination by allowing a complete recovery throughout the cloud.
- DR seems to be a security or management preparation field which seeks to protect an organisation from those in the consequences of major negative experiences.
- This provides offsite backups which use storage resources to defend programs including assets from disaster-induced destruction.
Answer: College
Explanation: I got it right on my quiz
"Sleeping is an effect of <span>Depressants, but agitation may cause a person to wake up"</span><span />
Answer:
it will be on the bottom right of a answer :)
Explanation: