OSA B4


 B4: C/C++ Program to assign nice values to processes and dynamically monitor them. 

 

Program:



            #include<stdio.h>
#include<stdlib.h>
main()
{
Printf("*****PROGRAM FOR NICE****\n";
system("nice");
}


0 comments:

Post a Comment