Answer Posted / pratyusha
continuous memory allocation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is volatile c?
Is this program statement valid? INT = 10.50;
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Does * p ++ increment p or what it points to?
What math functions are available for integers? For floating point?
What is meant by type casting?
What is the difference between fread and fwrite function?
Why header file is used in c?
Calculate 1*2*3*____*n using recursive function??
What are local variables c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
In which language linux is written?
What is a pointer in c?
What are the advantages of the functions?
What is static memory allocation? Explain