type
C++ primitive data types include float, double, char, int, void and bool
char, unsigned char, signed char and int are all True
numeric (integer) types in C (T/F)
A classification that specifies which type of value Data type
a variable has and what type of mathematical,
logical or rational operations can be applied to it
composite data type declaration that defines a structure(similar to a java class; but DOES NOT allow methods)
physically grouped list of variables to be placed
under one name in a block of memory
control symbol %c is used for printing format for characters
control symbol %d is used for printing format for integer values
, control symbol %f is used for printing formation for floating point values
control symbol %p is used for printing format for memory address (pointer stored values)
control symbol %s is used for printing format for strings of characters
These data types are NOT primitive in C bool, short, String, long
Direct execution of one statement at a time Interpretation
sequentially
Expressing computation in terms of logic Logic
predicates is a feature of which paradigm?
Features of the imperative or procedural Manipulation of named data(variables) and conditional statements
paradigm includes