leftmost bit is reserved for sign
rightmost bit is reserved for sign
no bit is reserved for sign
none of these
define men and women as 100 element floating point arrays
define men and women as floating point variables
define height, men and women as floating point variables
are illegal
beginning of the program
that certain information about mathematical library functions are to be included at the begnning of the program
cannot be initialized
is initialized once at the commencement of execution and cannot be changed at run time
retains its value throughout the file of the program
is same as an automatic variable but is placed at the head of a program
finds hypotenuse of triangle with sides a + 2 and b+3
finds square root of (a + 2)2 + (b + 3)2
is meaningless
finds square root of 3*a + 4*b + 5
int < unsigned < float < double
unsigned < int < float < double
int < unsigned < double < float
unsigned < int < double < float
local variables
internal variables
external variable
global variables
input facility
output facility
both input and output facilities
no input and output facilities
strings and sets
lists and arrays
characters, integers, and floating point numbers
all of these
int
float
char
long int