047
0 x 0 f
0 x f3
0 x 27
it results in a syntax error
it is meaningless
compiler will give a new name for the field
none of these
during execution, value of i may change but not its address
during execution both the address and value may change
repeated execution may result in different addresses for i
i may not have an associated address
263
ASCII equivalent of 263
rings the bell
garbage
results in the printing of a negative integer
always prints a positive integer
prints a value that is implementation dependent
int
float
char
which have a short duration in a program
which have short names
which may require less storage than normal integers
all of these
unsigned character
unsigned integer
character
none of' these
is globally accessible by all functions
has a declaration
will be initialized to 0 if not initialized
&street and street will have different values
&street is meaningless
&street+1 and street+1 will have the same values
None of the above