Multiple choice technology programming languages

Even an empty file is a valid source file.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

An empty file is syntactically valid as a source file in most programming contexts. While it may not be useful or contain any executable code, it still conforms to file format requirements and can be compiled or processed without errors. The compiler/parser simply finds no content to process.