Which of the following is true of functions?

A. Functions are called once but can be declared many times
B. Replacing repeated code with a function will reduce the number of commands the computer needs to run
C. Programs written with functions run more quickly
D. Functions can help remove repeated code from a program