Multiple choice technology programming languages

Is sizeof a keyword?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
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.