Chapter 2 Flashcards
1
Q
common features of a programming language?
A
Built in types Control structure Expression or statements Functions Variables
2
Q
statically typed language?
A
3
Q
why types are sometimes called class types?
A
4
Q
major design goal of C++
A
5
Q
why types are fundamental?
A
6
Q
What is arithmetic types and it’s two parts?
A
Builtin types representing boolean,
characters, integers, and floating-point numbers.
Integral types and floating point types