Programming
December 14, 2023
Question 4391 – Logical-Reasoning
December 14, 2023
Programming
December 14, 2023
Question 4391 – Logical-Reasoning
December 14, 2023

GATE 1994

Question 5

An unrestricted use of the “goto” statement is harmful because

A
it makes it more difficult to verify programs
B
it increases the running time of the programs
C
it increases the memory required for the programs
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *