What is function ? Why to use function ? We can divide a large program into basic building blocks called functions. Functions contains a set of programming statements that is enclosed within {} paranthesis. A function is a set… View Answer