Which of the following programming language(s) provides garbage collection…
20072007
Which of the following programming language(s) provides garbage collection automatically
- A.
Lisp
- B.
C++
- C.
Fortran
- D.
C
Attempted by 394 students.
Show answer & explanation
Correct answer: A
Garbage collection automatically reclaims memory that is no longer in use. Among the listed languages, Lisp is historically known for automatic garbage collection.