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 ___________
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 _________-
The address of a variable is accessed by ___________
The address of a variable is accessed by ___________
Referencing a value through a pointer ______________
Referencing a value through a pointer ______________
What is a Pointer?
What is a Pointer?
The address operator is denoted by ____________
The address operator is denoted by ____________
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?
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?