Explanation : Statement I – False, symbol table can be accessed during any phase of compiler.
Statement II- False, For recursion support it is not necessarily be heap storage, as stack storage also supports recursion.
Statement III – False, “Variable must be declared before use” are detected during semantic analysis.
Hence, None of the statements is correct.