Question: Which `cargo` command checks a program for error without creating a binary executable?

  1. cargo --version
  2. cargo init
  3. cargo build
  4. cargo check

Answer: The correct answer of the above question is Option D:cargo check