🎴 Flashcard Mode
Science, Technology, and Programming Concepts Quiz
Card1 / 19
Mastered0
Review0
QuestionClick to flip
goto is a keyword in c and java languages ?
AnswerClick to flip back
A
False
💡 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.