Multiple choice Which of the following is not an advantage of using function in C++ program? It debuggs a program easily. It consumes less disk space. Recursive calls to function is possible. Testing a program becomes easier. Complexity of a program is reduced. Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is the correct option as usage of function in the program consumes more disk space than without using a function.