Close
Close

pls help me to convert this part into c program

   MaxBabu


#include
using namespace std;

int main()
{
  int p, i, j, sum=0, min, index;
    float awt=0, atat=0;
    
 cout<<"\nEnter The Total Number of Process: ";
    cin>>p;
    
    int proc[p];
    
 int *cbt = new int[p];
    int  *wt = new int[p];
  int  *gc = new int[p];
    int *tat = new int[p];
  int *tmp = new int[p];


Answers

Ask Yours
Post Yours
Write your answer