hello everyone, have a c++ test coming up and i am completing some practice problems, wondering if could look over what have so far
what i got is in red.

if see errors plse help me out

thanks site helpful

changed 2 and 3 so far

2. C++ functions other than main are executed:
a. Before main executes.
b. After main completes execution.
c. When they are explicitly called by another function.
d. Never.

3. Function headers contain all of the following except:
a. Parentheses.
b. Left brace.
c. Name of function.
d. Return type.


do those ansewers look right?

yes they are right

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.