answersLogoWhite

0


Best Answer

That's possible.

User Avatar

Antonia Bins

Lvl 10
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The mouse pointer becomes different shapes depending on the pointer's location and locations you click on the screen?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Becomes different shaped depending on task and pointers location?

Mouse Pointer.


Could a mouse pointer become different shapes depending on the pointers location?

Sure.


What is Arrays of Pointers?

An array of pointers is a contiguous block of memory that contains pointers to other memory locations. They essentially allow non-contiguous memory locations to be treated as if they were an actual array.


Why pointers cannot be multiplied in c?

Because nobody has the slightest idea what the hell it could mean. Because a pointer is a memory location, it would be pointless to multiply 2 or more memory locations. The data pointed to by the pointer is a different matter if the data are numeric in nature.


What are the different pencil pointers?

the different pencil pointers are albert Einstein. Archimedes and some other jinjurikis


What are significant features of pointers?

Pointers have a very significant importance. Rather than pointing to the variable, they help in pointing to the location of variable.


Array of pointers?

a pointer is a variable that contains memory location of another variable.the value u assign to the pointers are memory address of other variable.


What is the different mouse pointers?

the move pointer


Who built pointers that he used measure the locations of stars and planets before the invention of the telescope?

Tyge (Tycho) Brahe


Why pointers are required?

The most important use of pointers comes when we pass value by reference to any function. You do not need to create a second memory location as in pass by value. You can mofify the original variable by using its address.


Why pointers in c?

Pointers are variable that are used to point to the address of another variable. OR Pointers can also me defined as variables that are used to store address of another variable. They provide means through which the memory location of variable can be directly accessed and they also support dynamic allocation routines.


What are void pointers?

They are pointers without type