Which of the following are TRUE? A function can call another function. As long as the function is defined anywhere in your program, it can be used anywhere else. A function definition can contain another function definition. If you have function prototypes, the order in which you define your functions is important.