Explain the difference between call by value and call by reference in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
How to draw the flowchart for structure programs?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the best organizational structure?
What does typeof return in c?
What is break in c?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?
How can I dynamically allocate arrays?
What is the use of in c?
to find the closest pair
64/square(4)