Multiple choice general knowledge science & technology

goto is a keyword in c and java languages ?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The goto keyword exists and is functional in both C and Java languages. While discouraged in modern programming due to concerns about code readability and maintainability, it remains a reserved keyword that can be used to transfer control within a function.