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