Which of the following is not related to programming?
-
Subroutine
-
Compile
-
Null pointer
-
Interleave
D
Correct answer
Explanation
The question asks which term is NOT related to programming. 'Subroutine', 'Compile', and 'Null pointer' are all fundamental programming concepts. 'Interleave' is primarily a term from electronics (interleaving memory) or mathematics (interleaving sequences), not a core programming concept. While interleaving can be used in some programming contexts (like data organization), it's not fundamentally a programming term like the others.