A) a definition, but not a declaration
B) a declaration and a definition
C) a declaration, but not a definition
D) a comment line
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) cout << test(7, test(14, 23) ) ;
B) cout << test(test(7, 14) , 23) ;
C) cout << test(14, 23) ;
D) cout << test(7, 14, 23) ;
Correct Answer
verified
Multiple Choice
A) Parameter names must be listed in the prototype, but not necessarily in the header.
B) Prototypes end with a semicolon, but headers do not.
C) Headers should come before prototypes.
D) Headers end with a semicolon, but prototypes do not.
Correct Answer
verified
Multiple Choice
A) 5
B) 6
C) 7
D) 8
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) 0
B) 5
C) 6
D) 7
Correct Answer
verified
Multiple Choice
A) actual
B) local
C) formal
D) function
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) 2
B) 3
C) y
D) 6
Correct Answer
verified
Short Answer
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) 8
B) 10
C) 18
D) 80
Correct Answer
verified
Multiple Choice
A) int funcTest(int x, int y, float z) {}
B) funcTest(int x, int y, float) {};
C) int funcTest(int, int y, float z)
D) int funcTest(int, int, float) ;
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) <cmath>
B) <ioinput>
C) <cctype>
D) <cstdlib>
Correct Answer
verified
Multiple Choice
A) -1
B) 1
C) 9
D) 20
Correct Answer
verified
Short Answer
Correct Answer
verified
True/False
Correct Answer
verified
Showing 21 - 40 of 41
Related Exams