Programming
December 14, 2023Question 4391 – Logical-Reasoning
December 14, 2023GATE 1994
Question 5 |
An unrestricted use of the “goto” statement is harmful because
it makes it more difficult to verify programs | |
it increases the running time of the programs | |
it increases the memory required for the programs
| |
it results in the compiler generating longer machine code |
Question 5 Explanation:
If we use “goto” statements then it leads to structural decomposition of code then it is difficult to verify the programs.
Correct Answer: A
Question 5 Explanation:
If we use “goto” statements then it leads to structural decomposition of code then it is difficult to verify the programs.