Referencing a value through a pointer ______________
Referencing a value through a pointer ______________
When a variable is declared, three attributes are associated with it, its name, its type and ___________
When a variable is declared, three attributes are associated with it, its name, its type and ___________
The pointer can point to any variable that is not declared with which of these?
The pointer can point to any variable that is not declared with which of these?
The address operator is denoted by ____________
The address operator is denoted by ____________
A void pointer cannot point to which of these?
A void pointer cannot point to which of these?
What is a Pointer?
What is a Pointer?
What we can’t do on a void pointer?
What we can’t do on a void pointer?
When does the void pointer can be dereferenced?
When does the void pointer can be dereferenced?
The address of a variable is accessed by ___________
The address of a variable is accessed by ___________
If a variable has type int, then the pointer variable must have type pointer to int that is denoted as _________-
If a variable has type int, then the pointer variable must have type pointer to int that is denoted as _________-