recategorized by
3,763 views
22 votes
22 votes

An unrestricted use of the "$goto$" statement is harmful because

  1. it makes it more difficult to verify programs
  2. it increases the running time of the programs
  3. it increases the memory required for the programs
  4. it results in the compiler generating longer machine code
recategorized by

2 Answers

Best answer
49 votes
49 votes
Use of $goto$ takes out the structural decomposition of the code and hence it becomes very difficult to verify or debug the code. As far as performance or memory impact is concerned, $goto$ has no effect on them.

Correct Answer: $A$
edited by
Answer:

Related questions

26 votes
26 votes
2 answers
1
19 votes
19 votes
5 answers
2
19 votes
19 votes
3 answers
3
Kathleen asked Oct 4, 2014
7,980 views
The number of edges in a regular graph of degree $d$ and $n$ vertices is ____________