Answer:
Multiprocessing.
Explanation:
In multiprocessing the system uses two or more processors to do more tasks simultaneously.
Hardware software is the answer
Answer:
\n,endl are used for the next line
Explanation:
Cout<<" "<<endl;
cout<<" " ;
-----------------------------OR------------------------------------------
cout<<" anything \n" ;
cout<<" " ;