What is a memory leak in structures? How can we rectify that?
Answer Posted / sadhasivaraj
defining a structure includes lots of memory space bcoz
scructure consumes lots of memory space by allocatin a
desired space during initialization
ie bcoz struct can handle different data types
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can I use a preprocessorif expression to ?
Explain Basic concepts of C language?
What are terms in math?
Explain how can I open a file so that other programs can update it at the same time?
What is hungarian notation? Is it worthwhile?
What is logical error?
Where are local variables stored in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What type of function is main ()?
Is it better to bitshift a value than to multiply by 2?
Are c and c++ the same?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is const volatile variable in c?
What is the difference between scanf and fscanf?
What is scope rule in c?