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
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
2, 3, 5, 6 and 10 are wrong. I suggest you look more on:
Functions - http://www.cplusplus.com/doc/tutorial/functions/
Classes - http://www.cplusplus.com/doc/tutorial/classes/
And the string class - http://www.cplusplus.com/reference/string/string/
Good luck on your test. :)
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
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.