goto is a keyword in c and java languages ?
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.