🎴 Flashcard Mode
C# and Java Programming Concepts
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Is sizeof a keyword?
AnswerClick to flip back
A
False
💡 Explanation:
In Java, sizeof is an operator (not available at the language level in Java - it exists in C/C++), but it is NOT a reserved keyword. Java has no sizeof keyword because memory size is platform-independent. Therefore the statement 'Is sizeof a keyword' is False, making the claimed answer correct.