Answer: Information Technology Infrastructure Library (ITIL)
Explanation:Information Technology Infrastructure Library (ITIL) is the system that contains the practice and information of the various IT services .It is created for the IT businesses that face the risk, cost-degradation and other hazards.
This library provides the services like risk management, improving IT environment and ethics, making stable customer relationship etc.These practices help the information technology organization to change and grow.
<h1> heading </h1> I think
Answer:
Explanation:
6.....................................
void insertToPlace(struct node * &T,int val,int place)
{
struct node * q=T;
int count =1;
while(T->next!=NULL&&count<place-1)
{
T=T->next;
count++;
}
if(T->next==NULL)
{
struct node * p = (struct node *)new struct node;
p->data=val;
p->next=NULL;
T->next=p;
}
else
{
struct node * p = (struct node *)new struct node;
p->data=val;
p->next=T->next;
T->next=p;
}
T=q;
}
<span>20 Points and Brainliest 5. What is the difference between a real-time light and a shadow map? Which of the two would you use if you need to conserve CPU power?</span>
Answer:
He developed the first electrically powered computer
Explanation: