Multiple choice general knowledge sports

Open a working executive C file in Notepad. Delete first letter & rewrite it. Execute it again. What will happen?

  1. It will show warning before execution.

  2. It can be converted to a virus.

  3. It will execute normally.

  4. It will fail to execute.

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

Deleting and rewriting the first letter of a working C file in Notepad will corrupt the file's encoding and likely introduce compilation errors or invalid characters. The compiler will fail to compile it, or if it's an executable, the file will be corrupted and won't run. The file structure and integrity are compromised by this modification.