When does the void pointer can be dereferenced?
When does the void pointer can be dereferenced?
What we can’t do on a void pointer?
What we can’t do on a void pointer?
A void pointer cannot point to which of these?
A void pointer cannot point to which of these?
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?
Referencing a value through a pointer ______________
Referencing a value through a pointer ______________
The address operator is denoted by ____________
The address operator is denoted 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 _________-
What is a Pointer?
What is a Pointer?
The address of a variable is accessed by ___________
The address of a variable is accessed by ___________
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 ___________