<span>The answer should be: Virtual Desktop Infrastructure</span>
Answer:
archive
Explanation:
the archive process retains copies of data over extended periods of tike in order to meet legsl ane operational requirements
Answer:
#include<stdio.h>
#include<string.h>
int main(){
char str[20];
int i=0;
printf("Enter a name: ");
gets(str);
printf("%c",*str);
while(str[i]!='\0'){
if(str[i]==' '){
i++;
printf("%c",*(str+i));
}
i++;
}
return 0;
}
Explanation:
Power tools use electricity to run. They need some type of battery or cord to do their job.