Answer:
Control is transmitted to the operating system when an interrupt happens, which determines what action is to be done to be taken or usually what interrupt services.
- If the kernel leaves data in the memory space of a user program when returning from a system call, it may be possible for a malicious user to use this data to find out about other processes.
- In these systems, the kernel synchronizes by preventing interrupts in critical sections with interrupt handlers on a processor.
- Operating system may crash if it controls the interrupts because a poorly written user program does not provide sufficient stacking room.
Pick up any pieces that fell off and put them on ice in a plastic bag and bring them with her to the hospital. They can probably be reinstalled.
Answer:
<h2>ELEMENT</h2>
Explanation:
<h3>hope it helps you!!!</h3>
Answer:
void main(){
string name;
cout<<"Enter Name";
cin>>name;
cout<<"Greetings " ;
cout<<name;
}
Explanation:
in main function we declared a variable called "name" .using cin we are reading the value into name and we are printing that name using cout.
You would need to have a static ip address.