Multiple choice Use of goto statement may be harmful because It increases the running time of programs It makes program verification difficult It increases the memory required for programs It results in compiler generating larger machine code Reveal answer Fill a bubble to check yourself B Correct answer Explanation The goto statement creates non-linear control flow, making it difficult to trace the state of the program and verify its correctness.