Answer Posted / sujith
Memory leak is nothing but u create huge chunk of memory
with a malloc or any such mechanism and u never free that
manually which make the available free main memory in the
system to minimum. this may even lead to system crashing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
explain how do you use macro?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Is multithreading possible in c?
What is the difference between the local variable and global variable in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Describe the header file and its usage in c programming?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is sizeof in c?
What are multibyte characters?
List some of the static data structures in C?
What is the correct declaration of main?
What is the meaning of c in c language?
Explain what is wrong with this statement? Myname = ?robin?;
How pointer is different from array?