The minimum number of functions should be present in a ( C++ ) program for its execution is
Step-by-step Solution:
A minimal C++ program only needs one function: `main()`. This would suffice for execution. \[\] Correct Answer: (b)