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 _____________
float * p = new float [50]; is an example of ______________
float * p = new float [50]; is an example of ______________
Lvalues that appears on the left side of an assignments are called _____________
Lvalues that appears on the left side of an assignments are called _____________
Immutable values are those ________________
Immutable values are those ________________
A pointer can be initialized with ______________
A pointer can be initialized with ______________
Which unary operator is used for determining the size of an array?
Which unary operator is used for determining the size of an array?
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 __________
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?
A type of variable that stores an address called __________
A type of variable that stores an address called __________
Which operator returns the address of unallocated blocks in memory?
Which operator returns the address of unallocated blocks in memory?
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?
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 unary operator that returns the address of its operands, are called _______________
A unary operator that returns the address of its operands, are called _______________
How a static array is declared?
How a static array is declared?
A pointer that is not initialized, called __________
A pointer that is not initialized, called __________
Arrays, constants, and functions all are derived from int, that ________________
Arrays, constants, and functions all are derived from int, that ________________
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?
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?