Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

How many minimum number of functions should be present in a C++ program for its execution?

a) 0
b) 1
c) 2
d) 3

Answer: b
Explanation: The execution of a C++ program starts from main function hence we require atleast 1 function to be present in a C++ program to execute and i.e. the main function.

Join The Discussion