Answer Posted / tayyab
When two object create a reference to each other. memory
allocated to these objects can not be reclaimed by
operating system even after when all other references are
deleted for these objects.....this concept is called memory
leak
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is c programing language?
Explain how can I manipulate strings of multibyte characters?
What are qualifiers in c?
Explain what is dynamic data structure?
What is the purpose of the preprocessor directive error?
What is pass by reference in c?
How can I remove the leading spaces from a string?
write a progrmm in c language take user interface generate table using for loop?
Is calloc better than malloc?
What is difference between class and structure?
What is define c?
Is fortran still used in 2018?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is array in C
write a program fibonacci series and palindrome program in c