Answer:
B
Explanation:
XML is mostly used for structural purposes
Start>hover over "Computer">right-click>Properties>shows system specs
Start>Control Panel>lets you modify network connections, change time and date, update, uninstall programs, add new hardware, etc.
Answer:
#include<iostream>
using namespace std;
int main()
{
int a,b,c;
cout<<"enter the value of a:";
cin>>a;
cout<<"enter the value of b:";
cin>>b;
cout<<"enter the value of c:";
cin>>c;
cout<<"product is:"<<(a*b*c);
return 0;
}
Explanation:
A microprocessor can directly process machine code but most programmers almost never write in it.
C. Machine code