============= 1.7 Functions ============= Program ======= .. coderun:: cprogs/sec_1.7_functions.c :language: c Explanation =========== This program is a simple demonstration of functions. A function `power` is declared to take two integer arguments and return an int value. In the program we send a number, base and a number, n to power, and the program returns the value of base raised to power n. Visualize the Concept --------------------- .. raw:: html