Q Function in programming

  • A Set of instructions that can call repeatedly
  • B Variable that can store multiple values
  • C Command that prints output
  • D Loop that executes a set of number of items

MCQs Details

A function is simply a “chunk” of code that you can use over and over again, rather than writing it out multiple times.