Arrays, constants, and functions all are derived from int, that ________________
Arrays, constants, and functions all are derived from int, that ________________
What is used for accessing the contents of memory location whose address is stored in a pointer variable?
What is used for accessing the contents of memory location whose address is stored in a pointer variable?
Which Empty pointer from the following is not a mutable lvalue?
Which Empty pointer from the following is not a mutable lvalue?
Which from the following is not a correct way to pass a pointer to a function?
Which from the following is not a correct way to pass a pointer to a function?
Immutable values are those ________________
Immutable values are those ________________
Which unary operator is used for determining the size of an array?
Which unary operator is used for determining the size of an array?
float * p = new float [50]; is an example of ______________
float * p = new float [50]; is an example of ______________
A derived type that is based upon more than one fundamental type, called __________
A derived type that is based upon more than one fundamental type, called __________
Lvalues that appears on the left side of an assignments are called _____________
Lvalues that appears on the left side of an assignments are called _____________
Which operator returns the address of unallocated blocks in memory?
Which operator returns the address of unallocated blocks in memory?
There are how many different ways to pass a pointer to a function?
There are how many different ways to pass a pointer to a function?
A pointer can be initialized with ______________
A pointer can be initialized with ______________
A qualifier that enables the programmers to inform the compiler that the value of a particular variable should not be modified?
A qualifier that enables the programmers to inform the compiler that the value of a particular variable should not be modified?
How a static array is declared?
How a static array is declared?
The terms lvalue and rvalue is referred to the things that appears on _____________
The terms lvalue and rvalue is referred to the things that appears on _____________
The address operator has a precedence level equal to _____________
The address operator has a precedence level equal to _____________
There are how many values that can be used to initialize a pointer?
There are how many values that can be used to initialize a pointer?
A type of variable that stores an address called __________
A type of variable that stores an address called __________
A unary operator that returns the address of its operands, are called _______________
A unary operator that returns the address of its operands, are called _______________
A pointer that is not initialized, called __________
A pointer that is not initialized, called __________