Which one of the given below is not a symptom of memory overrun-05761
Which one of the given below is not a symptom of memory overrun?
This multiple choice question (MCQ) is related to the book/course vu cs504 Software Engineering - I. It can also be found in vu cs504 Final Term - Quiz No.4.
Which one of the given below is not a symptom of memory overrun?
Program crashes quite regularly after a given routine is called, that routine should be examined for apossible overrun condition
If the routine in question does not appear to have any such problem the most likely cause is that anotherroutine, called in the prior sequence, has alreadytrashed variables or memory blocks
Checking the trace log of the called routines leading up to one with the problem will often show up theerror
Compiler warnings