Functions - C Programming What is a Function? A function is combined of a block of code that can be called or used anywhere in the program by calling the name. ... Function arguments. Functions are able to accept input parameters in the form of variables. ... Function return values