Answer Posted / rani
a memory allocation for the multiple blocks i.e array of
blocks and intialising the first block to zero.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What does malloc () calloc () realloc () free () do?
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.
Explain do array subscripts always start with zero?
Explain how do you generate random numbers in c?
Explain how can I make sure that my program is the only one accessing a file?
What is the use of getchar() function?
Explain what is the concatenation operator?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is static memory allocation? Explain
What are the loops in c?
What is pointer to pointer in c?
How can I get random integers in a certain range?
Write a program to print numbers from 1 to 100 without using loop in c?
Is null equal to 0 in sql?
What is meant by keywords in c?