PM
CMPE 320 Final Exam Questions and answers with
complete solutions verified latest update graded a++
2025/2026
Terms in this set (345)
Inventors of C also True
developed Unix
C was put together in False
the early 1990's
C code cannot be False
used within a C++
program
Classes can be False
defined within C
First international True
standard for C++
published in 1998
ISO C++ version "C+ False
+17" used in this course
1/
23
,7/7/25, 5:33
PM
Part of the C++11 False
standard is the
establishment of a
single compiler for C+
+11
C++11 is a False
dynamically typed
version of C++98
All operational False
C++ code must
be contained
within a
function
C+ functions can True
be declared
outside of class
definition
.cpp or .h files False
containing C++ code
are compiled directly
to *.exe files without
use of any
2/
23
, 7/7/25, 5:33
PM
intermediate files
MinGW compiler, g+ False
+.exe, will report
runtime errors to
console window
Numeric types like False
int and double are
objects in C++11
Variables initialized in False
a C++ program must
be assigned using the
assignment operator,
=
C++ is a declarative True
language
Uninitialized atomic False
type variables are
assigned to zero by
default in C++
C++ will not allow False
you to create a
pointer to an atomic
3/
23