C++ 1.Functions written by the programmer in C++ cannot receive values through t
ID: 3570855 • Letter: C
Question
C++
1.Functions written by the programmer in C++ cannot receive values through the argument list.
a)true
b)false
2.Functions written by the programmer in C++ can return multiple values through the function name.
a)true
b)false
3.Functions in C++ that return a value through the function name must have a statement within the body of the function that explicitly states which value will be returned.
a)true
b)false
4.The main functions of a program are: input data, process data, and output information.
a)true
b)false
5.To refer to a particular element (or location) in an array, the name of the array and the index value of that particular element are specified.
a)true
b)false
6.An array declaration reserves space in memory for the array.
a)true
b)false
7.After a C++ program has been entered into an editor, it must first be compiled before it can be executed.
a)true
b)false
Explanation / Answer
1) False
2) false
3) true
4) true
5) true
6) true
7)true
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.